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

Update entrypoint.sh

parent 89973476
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