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
GeT-nextflow-NGL-Bi
wf-Illumina-nf
Commits
e1b60e84
Commit
e1b60e84
authored
Feb 12, 2021
by
Celine Noirot
Browse files
Debug .gitlab-ci.yml
parent
ad4d538c
Pipeline
#37604
failed with stage
in 60 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e1b60e84
...
...
@@ -4,10 +4,11 @@ image: nextflow/nextflow
stages
:
-
build
-
deploy
-
push
-
test
push
:
script
:
stage
:
test
script
:
-
nextflow run ./main.nf
-
nextflow run ./main.nf --help
...
...
@@ -22,7 +23,6 @@ singularity-image:
-
template.sif
only
:
changes
:
-
.gitlab-ci.yml
-
Singularityfile
-
emvironement.yml
...
...
@@ -34,6 +34,5 @@ deploy:
-
singularity push --docker-username "${CI_REGISTRY_USER}" --docker-password "${CI_REGISTRY_PASSWORD}" template.sif oras://"$CI_REGISTRY_IMAGE"/"$CI_PROJECT_NAME":"$CI_COMMIT_TAG"
only
:
changes
:
-
.gitlab-ci.yml
-
Singularityfile
-
emvironement.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