maybe this will work

This commit is contained in:
Nabeel Shahzad 2017-12-13 17:45:00 -06:00
parent 2c83f087e5
commit 9d5ab0fafb

View File

@ -15,9 +15,7 @@ if [ "$TRAVIS" = "true" ]; then
find . -type d -name ".git" | xargs rm -rf
# tar and upload
mkdir -p /tmp/out/phpvms
cp -a $TRAVIS_BUILD_DIR/. /tmp/out/phpvms
tar -czf $PKG_NAME.tar.gz -C /tmp/out/
tar -czf $PKG_NAME.tar.gz -C $TRAVIS_BUILD_DIR/../
rsync -r --delete-after --quiet $PKG_NAME.tar.gz downloads@phpvms.net:/var/www/downloads/
rm -rf /tmp/out
fi