Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ESCAPE2020
WP3
template_project_escape
Commits
57c4fdf8
Commit
57c4fdf8
authored
Jan 28, 2022
by
Enrique Garcia
Browse files
test CI
parent
8a5df905
Pipeline
#159129
canceled with stages
in 10 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.gitlab-ci.yml
.gitlab-ci.yml
+5
-5
No files found.
.gitlab-ci.yml
View file @
57c4fdf8
...
@@ -57,7 +57,7 @@ build_singularity_image:
...
@@ -57,7 +57,7 @@ build_singularity_image:
-
singularity_build/*.simg
-
singularity_build/*.simg
#- singularity_build/Singularity
#- singularity_build/Singularity
only
:
only
:
-
tag
s
-
branche
s
build_docker_image
:
build_docker_image
:
stage
:
build_container
stage
:
build_container
...
@@ -85,12 +85,12 @@ build_docker_image:
...
@@ -85,12 +85,12 @@ build_docker_image:
paths
:
paths
:
-
docker_build/Docker_*.tar
-
docker_build/Docker_*.tar
only
:
only
:
-
tag
s
-
branche
s
deploy_zenodo
:
deploy_zenodo
:
stage
:
deploy
stage
:
deploy
image
:
gitlab-registry.in2p3.fr/escape2020/wp3/eossr:
latest
image
:
gitlab-registry.in2p3.fr/escape2020/wp3/eossr:
dev
# The `dependencies` key (and field) is added to this stage ONLY because we have created
# The `dependencies` key (and field) is added to this stage ONLY because we have created
# in previous stages some artifacts
# in previous stages some artifacts
dependencies
:
dependencies
:
...
@@ -105,6 +105,6 @@ deploy_zenodo:
...
@@ -105,6 +105,6 @@ deploy_zenodo:
-
gitlab_prepare_upload_zenodo.sh $CI_PROJECT_NAME $CI_PROJECT_DIR zenodo_build
-
gitlab_prepare_upload_zenodo.sh $CI_PROJECT_NAME $CI_PROJECT_DIR zenodo_build
-
ls zenodo_build
-
ls zenodo_build
-
eossr-upload-repository -t $ZENODO_TOKEN -s False -i zenodo_build -id $ZENODO_RECORD_ID
#
- eossr-upload-repository -t $ZENODO_TOKEN -s False -i zenodo_build -id $ZENODO_RECORD_ID
only
:
only
:
-
tag
s
-
branche
s
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