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
Helmholtz Cloud Portal
Cerebrum
Commits
47746ce9
Commit
47746ce9
authored
Dec 02, 2020
by
femiadeyemi
Browse files
remove the echo of $CI_COMMIT_TAG
parent
6aa8626d
Pipeline
#50454
failed with stages
in 8 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/ci/ci.yml
View file @
47746ce9
...
...
@@ -44,9 +44,8 @@ docker_push:
-
docker info
script
:
-
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
-
echo $CI_COMMIT_TAG
-
|-
if [[ $CI_COMMIT_TAG
== "
" ]]; then
if [[
-z "
$CI_COMMIT_TAG" ]]; then
docker build -t $DOCKER_IMAGE_LATEST .
docker push $DOCKER_IMAGE_LATEST
else
...
...
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