Skip to content
Snippets Groups Projects
Commit 3a5a7f87 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-205: Fix tag formatting error

parent 31f5b45c
No related branches found
No related tags found
1 merge request!183Docker image building & pushing with CI pipeline caching
...@@ -29,7 +29,7 @@ stages: ...@@ -29,7 +29,7 @@ stages:
tag="" tag=""
echo "Running on tagged default branch '$CI_DEFAULT_BRANCH': tag = 'latest'" echo "Running on tagged default branch '$CI_DEFAULT_BRANCH': tag = 'latest'"
else else
tag=":$CI_COMMIT_REF_SLUG" tag="$CI_COMMIT_REF_SLUG"
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag" echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
fi fi
- apk add --update make bash docker-compose - apk add --update make bash docker-compose
...@@ -184,7 +184,7 @@ integration_test_docker: ...@@ -184,7 +184,7 @@ integration_test_docker:
tag="" tag=""
echo "Running on tagged default branch '$CI_DEFAULT_BRANCH': tag = 'latest'" echo "Running on tagged default branch '$CI_DEFAULT_BRANCH': tag = 'latest'"
else else
tag=":$CI_COMMIT_REF_SLUG" tag="$CI_COMMIT_REF_SLUG"
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag" echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
fi fi
- apk add --update make bash docker-compose - apk add --update make bash docker-compose
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment