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
genotoul-bioinfo
metagWGS
Commits
7457c9a6
Commit
7457c9a6
authored
Sep 16, 2021
by
Celine Noirot
Browse files
Update .gitlab-ci.yml
parent
c967f04b
Pipeline
#40878
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7457c9a6
...
...
@@ -19,6 +19,9 @@ singularity-image:
-
metagWGS.sif
-
eggnog_mapper.sif
-
mosdepth.sif
rules
:
-
if
:
'
$CI_MERGE_REQUEST_TARGET_BRANCH_NAME
==
"master"'
-
if
:
"
$CI_COMMIT_BRANCH
==
'master'"
only
:
changes
:
-
.gitlab-ci.yml
...
...
@@ -30,9 +33,6 @@ deploy:
-
singularity push --docker-username "${CI_REGISTRY_USER}" --docker-password "${CI_REGISTRY_PASSWORD}" metagWGS.sif oras://"$CI_REGISTRY_IMAGE"/"$CI_PROJECT_NAME":"$CI_COMMIT_TAG"
-
singularity push --docker-username "${CI_REGISTRY_USER}" --docker-password "${CI_REGISTRY_PASSWORD}" eggnog_mapper.sif oras://"$CI_REGISTRY_IMAGE"/eggnog_mapper:"$CI_COMMIT_TAG"
-
singularity push --docker-username "${CI_REGISTRY_USER}" --docker-password "${CI_REGISTRY_PASSWORD}" mosdepth.sif oras://"$CI_REGISTRY_IMAGE"/mosdepth:"$CI_COMMIT_TAG"
rules
:
-
if
:
'
$CI_MERGE_REQUEST_TARGET_BRANCH_NAME
==
"master"'
-
if
:
"
$CI_COMMIT_BRANCH
==
'master'"
only
:
changes
:
-
.gitlab-ci.yml
...
...
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