Skip to content
GitLab
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
0f9328b4
Commit
0f9328b4
authored
May 12, 2022
by
lcottret
Browse files
Set as manual the build of containers
parent
8e0fe805
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0f9328b4
...
...
@@ -74,7 +74,7 @@ buildSingularity:
-
singularity push --docker-username "${CI_REGISTRY_USER}" --docker-password "${CI_REGISTRY_PASSWORD}" met4j-toolbox.sif oras://"$CI_REGISTRY_IMAGE"/met4j-singularity:"$CI_COMMIT_TAG"
rules
:
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when
:
always
when
:
manual
-
if
:
$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
when
:
manual
...
...
@@ -87,7 +87,7 @@ buildDockerProdGitlab:
-
docker push "$CI_REGISTRY/metexplore/met4j/met4j-docker:latest"
rules
:
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when
:
always
when
:
manual
-
if
:
$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
when
:
manual
...
...
@@ -100,7 +100,7 @@ buildDockerProdDockerhub:
-
docker push "$DOCKERHUB_IMAGE:latest"
rules
:
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when
:
always
when
:
manual
-
if
:
$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
when
:
manual
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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