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:
tag=""
echo "Running on tagged default branch '$CI_DEFAULT_BRANCH': tag = 'latest'"
else
tag=":$CI_COMMIT_REF_SLUG"
tag="$CI_COMMIT_REF_SLUG"
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
fi
- apk add --update make bash docker-compose
......@@ -184,7 +184,7 @@ integration_test_docker:
tag=""
echo "Running on tagged default branch '$CI_DEFAULT_BRANCH': tag = 'latest'"
else
tag=":$CI_COMMIT_REF_SLUG"
tag="$CI_COMMIT_REF_SLUG"
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
fi
- 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