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
5d2be6db
Commit
5d2be6db
authored
Jul 30, 2021
by
Paul McCarthy
🚵
Browse files
Merge branch 'rf/expiry' into 'master'
Rf/expiry See merge request fsl/conda/manifest-rules!7
parents
2d608123
cd6f5f0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifest-gitlab-ci.yml
View file @
5d2be6db
...
...
@@ -77,7 +77,7 @@ generate-environment-files:
script
:
-
generate_environment_files fsl-release.yml ./environments
artifacts
:
expire_in
:
2 hrs
expire_in
:
2
4
hrs
paths
:
-
environments
...
...
@@ -105,7 +105,7 @@ generate-environment-files:
-
mkdir ./test_environments
-
test_environment ./fsl-release.yml ./environments/*${SUFFIX}.yml 2>&1 | tee test_environments/${SUFFIX}.install.txt
artifacts
:
expire_in
:
2 hrs
expire_in
:
2
4
hrs
when
:
always
paths
:
-
test_environments
...
...
@@ -156,7 +156,7 @@ test-environment:linux-64_cudaX.Y:
-
mkdir -p ./manifest
-
generate_manifest_file ./fsl-release.yml "$OFFICIAL" ./manifest ./environments ./test_environments
artifacts
:
expire_in
:
2 hrs
expire_in
:
2
4
hrs
paths
:
-
manifest
...
...
manifest_rules/__init__.py
View file @
5d2be6db
#!/usr/bin/env python
__version__
=
'0.3.
3
'
__version__
=
'0.3.
4
'
Write
Preview
Markdown
is supported
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