Skip to content

Commit 64f67c1

Browse files
committed
fixed auth cache.
1 parent e517bc3 commit 64f67c1

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

5959
# Commit to SVN
60-
svn commit svn -m "Release v$THEMEISLE_VERSION" --username $WPORG_USER --password $WPORG_PASS
60+
svn commit svn --no-auth-cache -m "Release v$THEMEISLE_VERSION" --username $WPORG_USER --password $WPORG_PASS
6161

6262
fi
6363

0 commit comments

Comments
 (0)