Specify file url when deploy-artifacts fails
authorArie Bregman <abregman@redhat.com>
Wed, 21 Jun 2017 09:53:47 +0000 (12:53 +0300)
committerArie Bregman <abregman@redhat.com>
Wed, 21 Jun 2017 09:55:11 +0000 (12:55 +0300)
Change-Id: Iccd31c798b91c494b20489d52e289d9a250b929c

puppet/deploy-artifacts.sh

index 4e1ad89..6e7f0ec 100644 (file)
@@ -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