Skip to content

Commit 87de70e

Browse files
committed
one more try
1 parent 1cca75e commit 87de70e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,8 +828,8 @@ docker-image-vars:
828828
- 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
829829
- >-
830830
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
833833
elif [[ $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH ]]; then
834834
echo "DOCKER_LOCAL_VERSION_DEST=--destination=${DOCKER_REGISTRY}/${CI_PROJECT_PATH}:unstable" >> .env
835835
echo "DOCKER_HUB_VERSION_DEST=--destination=grammatech/ddisasm:unstable" >> .env

0 commit comments

Comments
 (0)