From c8c72d3665ce99273dff07f39f1f224459918017 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Tue, 28 Jan 2020 16:42:33 -0800 Subject: [PATCH] Untest Signed-off-by: James Ketrenos --- scripts/promote-image.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/promote-image.sh b/scripts/promote-image.sh index aabf6ea..18118eb 100755 --- a/scripts/promote-image.sh +++ b/scripts/promote-image.sh @@ -72,8 +72,6 @@ echo ${RESULTS} | grep -q "HTTP.*200" && { echo "Tag deleted successfully." } || { >&2 echo "Error deleting tag:" - >&2 echo "${HARBOR_USER}:${HARBOR_PASSWD}" - >&2 echo "${HEADER}" >&2 echo "${RESULTS}" exit 1 }