File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -828,8 +828,8 @@ docker-image-vars:
828
828
- echo "GTIRB_PPRINTER_COMMIT=$(git ls-remote https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}/rewriting/gtirb-pprinter | grep "refs/heads/$GTIRB_PPRINTER_BRANCH\$" | awk '{print $1}')" >> .env
829
829
- >-
830
830
if [[ $CI_COMMIT_REF_NAME =~ ^release-.* ]]; then
831
- echo "DOCKER_LOCAL_VERSION_DEST=\" --destination=${DOCKER_REGISTRY}/${CI_PROJECT_PATH}:${VERSION} --destination=${DOCKER_REGISTRY}/${CI_PROJECT_PATH}:latest\" " >> .env
832
- echo "DOCKER_HUB_VERSION_DEST=\" --destination=grammatech/ddisasm:${VERSION} --destination=grammatech/ddisasm:latest\" " >> .env
831
+ echo "DOCKER_LOCAL_VERSION_DEST=--destination=${DOCKER_REGISTRY}/${CI_PROJECT_PATH}:${VERSION} --destination=${DOCKER_REGISTRY}/${CI_PROJECT_PATH}:latest" >> .env
832
+ echo "DOCKER_HUB_VERSION_DEST=--destination=grammatech/ddisasm:${VERSION} --destination=grammatech/ddisasm:latest" >> .env
833
833
elif [[ $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH ]]; then
834
834
echo "DOCKER_LOCAL_VERSION_DEST=--destination=${DOCKER_REGISTRY}/${CI_PROJECT_PATH}:unstable" >> .env
835
835
echo "DOCKER_HUB_VERSION_DEST=--destination=grammatech/ddisasm:unstable" >> .env
You can’t perform that action at this time.
0 commit comments