Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
conda
installer
Commits
25a8c405
Commit
25a8c405
authored
Jun 15, 2022
by
Paul McCarthy
🚵
Browse files
Merge branch 'ci/stages' into 'master'
CI: use fsl-ci stages See merge request fsl/conda/installer!43
parents
9c746e1a
b1d7a345
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
25a8c405
...
...
@@ -23,9 +23,6 @@ include:
file
:
.gitlab-ci.yml
stages
:
-
test
-
check-version
-
release
-
fsl-ci-pre
-
fsl-ci-build
-
fsl-ci-test
...
...
@@ -57,7 +54,7 @@ variables:
.test-template
:
stage
:
test
stage
:
fsl-ci-
test
tags
:
-
fsl-ci
-
docker
...
...
@@ -98,8 +95,12 @@ test:py39:
extends
:
.test-template
image
:
python:3.9
test:py310:
extends
:
.test-template
image
:
python:3.10
check-version
:
stage
:
check-version
stage
:
fsl-ci-test
image
:
python:3.9
tags
:
-
fsl-ci
...
...
@@ -111,7 +112,7 @@ check-version:
release-new-version
:
stage
:
release
stage
:
fsl-ci-deploy
tags
:
-
fslconda-channel-host
rules
:
...
...
@@ -122,7 +123,7 @@ release-new-version:
update-fsl-manifest
:
stage
:
release
stage
:
fsl-ci-deploy
image
:
python:3.9
tags
:
-
fsl-ci
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment