aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-22 20:19:29 +0000
committerGerrit Code Review <review@openstack.org>2017-06-22 20:19:29 +0000
commitebfdc9b72f65156073edf9d9d22e822dad875b48 (patch)
treeff93872ee6bb1844a83ad0df6c8c7c83bb926984 /puppet
parent83ed275fae1b442fce10ef2b2faa12c2e62a1028 (diff)
parent662a1a73f6f0c2e6f2013ded2cd51f03460fa94e (diff)
Merge "Specify file url when deploy-artifacts fails"
Diffstat (limited to 'puppet')
-rw-r--r--puppet/deploy-artifacts.sh2
1 files changed, 1 insertions, 1 deletions
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