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
metexplore
met4j
Commits
1e3cd928
Commit
1e3cd928
authored
Dec 10, 2021
by
lcottret
Browse files
debug ci
parent
417aff11
Pipeline
#46368
passed with stages
in 4 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1e3cd928
...
...
@@ -34,7 +34,7 @@ build-singularity:
-
mkdir -p build && cp Singularity* build/met4j-toolbox-singularity.def
artifacts
:
paths
:
-
build/
met4j-toolbox.sif
-
met4j-toolbox.sif
-
build/met4j-toolbox-singularity.def
deploySnapshot
:
...
...
@@ -74,6 +74,6 @@ deploySingularity:
entrypoint
:
[
"
"
]
stage
:
deploy
script
:
-
singularity push --docker-username "${CI_REGISTRY_USER}" --docker-password "${CI_REGISTRY_PASSWORD}"
build/
met4j-toolbox.sif oras://"$CI_REGISTRY_IMAGE"/"$CI_PROJECT_NAME":"$CI_COMMIT_TAG"
-
singularity push --docker-username "${CI_REGISTRY_USER}" --docker-password "${CI_REGISTRY_PASSWORD}" met4j-toolbox.sif oras://"$CI_REGISTRY_IMAGE"/"$CI_PROJECT_NAME":"$CI_COMMIT_TAG"
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