maybe this will work

This commit is contained in:
Nabeel Shahzad
2017-12-13 17:48:28 -06:00
parent 9d5ab0fafb
commit 7e839caf44

View File

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