From: Arie Bregman Date: Wed, 21 Jun 2017 09:53:47 +0000 (+0300) Subject: Specify file url when deploy-artifacts fails X-Git-Tag: opnfv-6.0.0~497^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=662a1a73f6f0c2e6f2013ded2cd51f03460fa94e;p=apex-tripleo-heat-templates.git Specify file url when deploy-artifacts fails Change-Id: Iccd31c798b91c494b20489d52e289d9a250b929c --- diff --git a/puppet/deploy-artifacts.sh b/puppet/deploy-artifacts.sh index 4e1ad89f..6e7f0ec1 100644 --- a/puppet/deploy-artifacts.sh +++ b/puppet/deploy-artifacts.sh @@ -16,7 +16,7 @@ if [ -n "$artifact_urls" ]; then tar xvzf $TMP_DATA/file_data popd else - echo "ERROR: Unsupported file format." + echo "ERROR: Unsupported file format: $URL" exit 1 fi rm $TMP_DATA/file_data