Skip to content
Snippets Groups Projects
Commit 8b639d5b authored by Marcel Huber's avatar Marcel Huber
Browse files

still evaluating variable expansion

parent 1b25c180
No related branches found
No related tags found
No related merge requests found
Pipeline #324477 canceled
......@@ -22,12 +22,12 @@ default:
Build:
stage: build
variables:
LABEL_VERSION: ${CI_COMMIT_TAG:-$CI_COMMIT_REF_NAME}
LABEL_VERSION: "${CI_COMMIT_TAG:-$CI_COMMIT_REF_NAME}"
IMAGE_TAG: $CI_COMMIT_REF_SLUG
script:
- export LABEL_BUILD_DATE="$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
- echo "lv:$LABEL_VERSION it:$IMAGE_TAG cct:$CI_COMMIT_TAG ccrn:$CI_COMMIT_REF_NAME"
- set -x
- 'eval echo $LABEL_VERSION'
- export
- . .env
- docker build --pull
--build-arg BUILDKIT_INLINE_CACHE=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment