Change nightly tarball filename
This commit is contained in:
@@ -15,7 +15,7 @@ if [ "$TRAVIS" = "true" ]; then
|
|||||||
find . -type d -name ".git" | xargs rm -rf
|
find . -type d -name ".git" | xargs rm -rf
|
||||||
|
|
||||||
# tar and upload
|
# tar and upload
|
||||||
tar -czf $PKG_NAME.tar.gz -C $TRAVIS_BUILD_DIR/../ phpvms
|
tar -czf phpvms-7.0.0-$PKG_NAME.tar.gz -C $TRAVIS_BUILD_DIR/../ phpvms
|
||||||
rsync -r --delete-after --quiet $PKG_NAME.tar.gz downloads@phpvms.net:/var/www/downloads/
|
rsync -r --delete-after --quiet $PKG_NAME.tar.gz downloads@phpvms.net:/var/www/downloads/
|
||||||
rm -rf /tmp/out
|
rm -rf /tmp/out
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user