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
espressomd
docker
Commits
1484e087
Commit
1484e087
authored
Sep 25, 2019
by
Michael Kuron
Browse files
don't rebuild image in deploy stage
parent
81272ae9
Pipeline
#9366
passed with stages
in 251 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1484e087
...
...
@@ -27,6 +27,9 @@ stages:
.deploy_template
:
extends
:
.build_template
stage
:
deploy
timeout
:
15m
script
:
-
echo "FROM $CI_REGISTRY/$CI_PROJECT_PATH/test/$CI_JOB_NAME-$CI_COMMIT_SHA" | /kaniko/executor --dockerfile /dev/stdin --destination $CI_REGISTRY/$CI_PROJECT_PATH/$CI_JOB_NAME
only
:
-
master
-
/[0-9]\..*/
...
...
Write
Preview
Supports
Markdown
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