Skip to content

Commit ac4081d

Browse files
committed
fixed auth cache.
Fixed svn deploy script.
1 parent cdc0526 commit ac4081d

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
@@ -58,7 +58,7 @@ if ! [ $AFTER_DEPLOY_RUN ] && [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then
5858

5959
# Commit to SVN
6060
svn commit svn --no-auth-cache -m "Release v$THEMEISLE_VERSION" --username $WPORG_USER --password $WPORG_PASS
61-
61+
# Remove svn dir.
6262
rm -fR svn
6363

6464
fi

0 commit comments

Comments
 (0)