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
manifest-rules
Commits
ae28df0c
Commit
ae28df0c
authored
Oct 20, 2021
by
Paul McCarthy
🚵
Browse files
CI: Move clear-release-files to separate stage at beginning of pipeline, so
other jobs don't have complete in order to run it
parent
5442239f
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifest-gitlab-ci.yml
View file @
ae28df0c
...
...
@@ -59,6 +59,10 @@ variables:
stages
:
# Manually triggered jobs for managing the contents
# of the release folder.
-
manage-release-folder
# Generate FSL conda environment specification
# files for all platforms and CUDA versions
-
generate-environment-files
...
...
@@ -87,6 +91,25 @@ stages:
-
publish
# USE WITH CAUTION
#
# Clear files from the release folder.
# See manifest_rules/clear_release_files.py
# script for details.
clear-release-files
:
stage
:
manage-release-folder
tags
:
-
fslconda-channel-host
when
:
manuak
variables
:
PATTERN
:
"
"
DRY_RUN
:
"
true"
script
:
-
clear_release_files /exports/fsldownloads/fslconda/releases/ ${PATTERN} ${DRY_RUN}
# Generate FSL conda environment.yml files, for
# all supported platforms and CUDA versions,
# from fsl-release.yml. Refer to the
...
...
@@ -291,17 +314,3 @@ deploy-release-manifest:
-
generate-release-manifest-file
script
:
-
deploy_files /exports/fsldownloads/fslconda/releases/ ./manifest/*.json
# USE WITH CAUTION
#
# Clear files from the release folder.
# See manifest_rules/clear_release_files.py
# script for details.
clear-release-files
:
extends
:
.deploy-job-template
variables
:
PATTERN
:
"
"
DRY_RUN
:
"
true"
script
:
-
clear_release_files /exports/fsldownloads/fslconda/releases/ ${PATTERN} ${DRY_RUN}
manifest_rules/__init__.py
View file @
ae28df0c
#!/usr/bin/env python
__version__
=
'0.6.
0
'
__version__
=
'0.6.
1
'
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