Skip to content
Snippets Groups Projects
Unverified Commit 9d611457 authored by Varac's avatar Varac
Browse files

Fix report-image job

parent 0374e5c0
No related branches found
No related tags found
No related merge requests found
......@@ -233,9 +233,9 @@ report-ci-image-tag:
if [ "$TAG_INFORMATION" == '{"message":"404 Tag Not Found"}' ]; then
CI_CONTAINER_TAG="main"
else
CI_CONTAINER_TAG=""${CI_COMMIT_REF_SLUG}"
CI_CONTAINER_TAG="${CI_COMMIT_REF_SLUG}"
fi
echo "CI_CONTAINER_TAG=${CI_COMMIT_REF_SLUG}" | tee .ci.env
echo "CI_CONTAINER_TAG=${CI_CONTAINER_TAG}" | tee -a .ci.env
artifacts:
paths:
- .ci.env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment