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
genotoul-bioinfo
metagWGS
Commits
d75cc8fc
Commit
d75cc8fc
authored
Jun 16, 2021
by
Celine Noirot
Browse files
add build img
parent
97f7ec27
Pipeline
#35227
passed with stages
in 18 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d75cc8fc
...
@@ -13,10 +13,12 @@ singularity-image:
...
@@ -13,10 +13,12 @@ singularity-image:
script
:
script
:
-
singularity build metagWGS.sif env/Singularity_recipe_metagWGS
-
singularity build metagWGS.sif env/Singularity_recipe_metagWGS
-
singularity build eggnog_mapper.sif env/Singularity_recipe_eggnog_mapper
-
singularity build eggnog_mapper.sif env/Singularity_recipe_eggnog_mapper
-
singularity build mosdepth.sif env/Singularity_recipe_mosdepth
artifacts
:
artifacts
:
paths
:
paths
:
-
metagWGS.sif
-
metagWGS.sif
-
eggnog_mapper.sif
-
eggnog_mapper.sif
-
mosdepth.sif
only
:
only
:
changes
:
changes
:
-
.gitlab-ci.yml
-
.gitlab-ci.yml
...
@@ -27,6 +29,7 @@ deploy:
...
@@ -27,6 +29,7 @@ deploy:
script
:
script
:
-
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}" 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}" 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"
only
:
only
:
changes
:
changes
:
-
.gitlab-ci.yml
-
.gitlab-ci.yml
...
...
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