maybe this will work
This commit is contained in:
parent
2c83f087e5
commit
9d5ab0fafb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user