Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
GeT-nextflow-NGL-Bi
template-nf
Commits
09a648ad
Commit
09a648ad
authored
Feb 12, 2021
by
Celine Noirot
Browse files
revert .gitlab-ci.yml
parent
2a450d6c
Pipeline
#26382
passed with stages
in 5 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
09a648ad
# recipe for building singularity image and deploy it on the registery for bwa version 0.7.17
image
:
name
:
quay.io/singularity/singularity:v3.4.0
entrypoint
:
[
"
"
]
stages
:
-
build
-
deploy
-
test
# Build Singularity container bwa_v0.7.17.sif
singularity-image
:
# recipe for building singularity image and deploy it on the registery for bwa version 0.7.17
image
:
quay.io/singularity/singularity:v3.4.0
stage
:
build
script
:
-
singularity build template.sif Singularityfile
...
...
@@ -21,7 +23,6 @@ singularity-image:
# Push the image template.sif on the registry
deploy
:
image
:
quay.io/singularity/singularity:v3.4.0
stage
:
deploy
script
:
-
singularity push --docker-username "${CI_REGISTRY_USER}" --docker-password "${CI_REGISTRY_PASSWORD}" template.sif oras://"$CI_REGISTRY_IMAGE"/"$CI_PROJECT_NAME":"$CI_COMMIT_TAG"
...
...
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