Skip to content

Commit adcbdf7

Browse files
authored
Remove human-readable messaging from publish docker image (#622)
1 parent 0f12cd3 commit adcbdf7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,4 @@ publish-docker-image:
7070
- ./docker/install-docker-deps.sh
7171
- ./docker/install-gh-deps.sh
7272
script:
73-
- if [ -z "$CI_COMMIT_TAG" ]; then echo "Error: CI_COMMIT_TAG is not set"; exit 1; fi
74-
- echo "Using CI_COMMIT_TAG: $CI_COMMIT_TAG"
7573
- ./docker/publish-docker-image.sh "$CI_COMMIT_TAG"

0 commit comments

Comments
 (0)