Loading entrypoint.sh +6 −3 Original line number Diff line number Diff line Loading @@ -40,7 +40,10 @@ test -n "${SHOULD_DIE}" && die "Wrong config!" ########################################################################################################################## # DEBUG test -z "${RETAG_DEBUG}" || set -x if test -n "${RETAG_DEBUG}"; then env | sort -u set -x fi # TEST if test -z "${CI_COMMIT_TAG}" && test -z "${REGISTRY_TAG_OLD}"; then Loading Loading
entrypoint.sh +6 −3 Original line number Diff line number Diff line Loading @@ -40,7 +40,10 @@ test -n "${SHOULD_DIE}" && die "Wrong config!" ########################################################################################################################## # DEBUG test -z "${RETAG_DEBUG}" || set -x if test -n "${RETAG_DEBUG}"; then env | sort -u set -x fi # TEST if test -z "${CI_COMMIT_TAG}" && test -z "${REGISTRY_TAG_OLD}"; then Loading