Skip to content

Commit

Permalink
Removed qa-testing scaffolding for .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Jan 9, 2022
1 parent ed34277 commit 760ae54
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ stages:
- quality
- release

.lint:
lint:
image: registry.gitlab.com/matrixai/engineering/maintenance/gitlab-runner
stage: check
interruptible: true
Expand All @@ -36,7 +36,7 @@ stages:
npm run lint;
'
.nix-dry:
nix-dry:
stage: check
image: registry.gitlab.com/matrixai/engineering/maintenance/gitlab-runner
script:
Expand Down Expand Up @@ -101,7 +101,6 @@ nix:
--attr package.macos.x64.macho)"
- cp -r $builds ./builds/
only:
- qa-testing
- master
artifacts:
paths:
Expand All @@ -122,7 +121,6 @@ application run:
- $build_application/bin/polykey
only:
- master
- qa-testing

docker run:
stage: quality
Expand All @@ -139,7 +137,6 @@ docker run:
- image="$(docker load --input ./builds/*docker* | cut -d' ' -f3)"
- docker run "$image"
only:
- qa-testing
- master

linux run:
Expand All @@ -150,7 +147,6 @@ linux run:
script:
- for f in ./builds/*-linux-*; do "$f"; done
only:
- qa-testing
- master

windows run:
Expand All @@ -162,7 +158,6 @@ windows run:
tags:
- windows
only:
- qa-testing
- master

macos run:
Expand All @@ -173,7 +168,6 @@ macos run:
script:
- for f in ./builds/*-macos-*; do "$f"; done
only:
- qa-testing
- master
tags:
- shared-macos-amd64
Expand Down

0 comments on commit 760ae54

Please sign in to comment.