Skip to content
Snippets Groups Projects
Commit b4fc7e78 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

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

Update entrypoint.sh

See merge request !10
parents 89973476 fe89651c
Branches
Tags
1 merge request!10Update entrypoint.sh
Pipeline #36003 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment