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 e517bc3 commit 64f67c1Copy full SHA for 64f67c1
bin/deploy.sh
@@ -57,7 +57,7 @@ if ! [ $AFTER_DEPLOY_RUN ] && [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then
57
svn stat svn
58
59
# Commit to SVN
60
- svn commit svn -m "Release v$THEMEISLE_VERSION" --username $WPORG_USER --password $WPORG_PASS
+ svn commit svn --no-auth-cache -m "Release v$THEMEISLE_VERSION" --username $WPORG_USER --password $WPORG_PASS
61
62
fi
63
0 commit comments