Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
dfd4e12
)
Specify file url when deploy-artifacts fails
author
Arie Bregman
<abregman@redhat.com>
Wed, 21 Jun 2017 09:53:47 +0000
(12:53 +0300)
committer
Arie Bregman
<abregman@redhat.com>
Wed, 21 Jun 2017 09:55:11 +0000
(12:55 +0300)
Change-Id: Iccd31c798b91c494b20489d52e289d9a250b929c
puppet/deploy-artifacts.sh
patch
|
blob
|
history
diff --git
a/puppet/deploy-artifacts.sh
b/puppet/deploy-artifacts.sh
index
4e1ad89
..
6e7f0ec
100644
(file)
--- 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