Corrected Typo in Filename
The tarballs that are uploaded to tarballs.openstack.org are suffixed with *.tar.gz, rather than *.tgz. This corrects the typo. http://tarballs.openstack.org/eslint-config-openstack/ Change-Id: I526e421dd54b184bcc1e01d8052852c6e089a3e0
This commit is contained in:
parent
8004045614
commit
c1bc69d170
@ -21,7 +21,7 @@ TARBALL_SITE=$2
|
||||
TAG=$(echo $ZUUL_REF | sed 's/^refs.tags.//')
|
||||
|
||||
# Build the filename from the discovered tag and projectname.
|
||||
FILENAME="$PROJECT-$TAG.tgz"
|
||||
FILENAME="$PROJECT-$TAG.tar.gz"
|
||||
|
||||
rm -rf *tgz
|
||||
curl --fail -o $FILENAME http://$TARBALL_SITE/$PROJECT/$FILENAME
|
||||
|
Loading…
Reference in New Issue
Block a user