Skip to content

Commit c7eb2dd

Browse files
committed
fixed svn files deleted on rsync.
1 parent 1b86f67 commit c7eb2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if ! [ $AFTER_DEPLOY_RUN ] && [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then
4949
svn co -q "http://svn.wp-plugins.org/$THEMEISLE_REPO" svn
5050

5151
# Copy new content to svn trunk.
52-
rsync -r -p --delete dist/* svn/trunk
52+
rsync -r -p --delete --exclude=".*" dist/* svn/trunk
5353

5454
# Create new SVN tag.
5555
mkdir -p svn/tags/$THEMEISLE_VERSION

0 commit comments

Comments
 (0)