File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ stages:
2525 - quality
2626 - release
2727
28- . lint :
28+ lint :
2929 image : registry.gitlab.com/matrixai/engineering/maintenance/gitlab-runner
3030 stage : check
3131 interruptible : true
@@ -36,7 +36,7 @@ stages:
3636 npm run lint;
3737 '
3838
39- . nix-dry :
39+ nix-dry :
4040 stage : check
4141 image : registry.gitlab.com/matrixai/engineering/maintenance/gitlab-runner
4242 script :
101101 --attr package.macos.x64.macho)"
102102 - cp -r $builds ./builds/
103103 only :
104- - qa-testing
105104 - master
106105 artifacts :
107106 paths :
@@ -122,7 +121,6 @@ application run:
122121 - $build_application/bin/polykey
123122 only :
124123 - master
125- - qa-testing
126124
127125docker run :
128126 stage : quality
@@ -139,7 +137,6 @@ docker run:
139137 - image="$(docker load --input ./builds/*docker* | cut -d' ' -f3)"
140138 - docker run "$image"
141139 only :
142- - qa-testing
143140 - master
144141
145142linux run :
@@ -150,7 +147,6 @@ linux run:
150147 script :
151148 - for f in ./builds/*-linux-*; do "$f"; done
152149 only :
153- - qa-testing
154150 - master
155151
156152windows run :
@@ -162,7 +158,6 @@ windows run:
162158 tags :
163159 - windows
164160 only :
165- - qa-testing
166161 - master
167162
168163macos run :
@@ -173,7 +168,6 @@ macos run:
173168 script :
174169 - for f in ./builds/*-macos-*; do "$f"; done
175170 only :
176- - qa-testing
177171 - master
178172 tags :
179173 - shared-macos-amd64
You can’t perform that action at this time.
0 commit comments