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
c5a262d3
Commit
c5a262d3
authored
Jun 10, 2021
by
Enrique Garcia
Browse files
renaming files for clarification
parent
d8814dd4
Pipeline
#123636
passed with stages
in 8 minutes and 16 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
.gitlab-ci.yml
.gitlab-ci.yml
+4
-2
No files found.
.gitlab-ci.yml
View file @
c5a262d3
...
...
@@ -75,12 +75,14 @@ build_docker_image:
-
docker push $CI_REGISTRY_IMAGE:$LAST_RELEASE
# --> The following code snippet IS just an exploratory / WIP section
-
docker save -o ESCAPE_template_project_$LAST_RELEASE.tar $CI_REGISTRY_IMAGE:$LAST_RELEASE
# Save docker image into a file to be uploaded in next stage
-
docker save -o Docker_image_ESCAPE_template_project_$LAST_RELEASE.tar $CI_REGISTRY_IMAGE:$LAST_RELEASE
-
ls
-
cd .. && mkdir -p build && cp Docker/*.tar build
-
ls build
artifacts
:
paths
:
-
build/ESCAPE_template_project_*.tar
-
build/
Docker_image_
ESCAPE_template_project_*.tar
only
:
-
tags
...
...
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