Fix bug when using multiple DeployArtifactURLs
authorChristian Schwede <cschwede@redhat.com>
Thu, 1 Dec 2016 14:15:22 +0000 (15:15 +0100)
committerChristian Schwede <cschwede@redhat.com>
Fri, 2 Dec 2016 16:10:52 +0000 (16:10 +0000)
commitf7e8a043d92bdf759768d9cded62130425af6f64
tree35c883c22f1c2250df8b21d6b24ee28d6b9dd6aa
parentea3ace78398015578de77be5a782dfa6176decb7
Fix bug when using multiple DeployArtifactURLs

The script tries to download all artifact URLs with a single
request, instead of downloading each URL on its own if
multiple DeployArtifactURLs were given.

Change-Id: I6a8be699aff7023a67702bb1d3ddc2273984cd08
puppet/deploy-artifacts.sh