Revert "[ci] echo skipped commands"

This reverts commit 3dab9da80e.
This commit is contained in:
Evan Lezar 2022-04-11 12:53:22 +02:00
parent 6d3bcb8723
commit b5000c8107

View File

@ -200,8 +200,8 @@ test-packaging:
when: never when: never
- if: '$DRYRUN_RELEASE' - if: '$DRYRUN_RELEASE'
variables: variables:
DOCKER: echo docker DOCKER: echo
REGCTL: echo regctl REGCTL: echo
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
variables: variables:
OUT_IMAGE_VERSION: "${CI_COMMIT_TAG}" OUT_IMAGE_VERSION: "${CI_COMMIT_TAG}"