We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45dc1c commit 1b86f67Copy full SHA for 1b86f67
bin/deploy.sh
@@ -49,7 +49,7 @@ if ! [ $AFTER_DEPLOY_RUN ] && [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then
49
svn co -q "http://svn.wp-plugins.org/$THEMEISLE_REPO" svn
50
51
# Copy new content to svn trunk.
52
- rsync -r -p dist/* svn/trunk
+ rsync -r -p --delete dist/* svn/trunk
53
54
# Create new SVN tag.
55
mkdir -p svn/tags/$THEMEISLE_VERSION
0 commit comments