1
0
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James Ketrenos 2020-01-28 16:42:33 -08:00
parent eac95acf44
commit c8c72d3665

View File

@ -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
}