Commit b4fc7e78 authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

Merge branch 'zimniy-main-patch-84014' into 'main'

Update entrypoint.sh

See merge request !10
parents 89973476 fe89651c
Loading
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -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