Skip to content

Commit

Permalink
fixed auth cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Apr 13, 2017
1 parent e517bc3 commit 64f67c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if ! [ $AFTER_DEPLOY_RUN ] && [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then
svn stat svn

# Commit to SVN
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

fi

Expand Down

0 comments on commit 64f67c1

Please sign in to comment.