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 fe0911b commit c3edcf8Copy full SHA for c3edcf8
bin/deploy.sh
@@ -49,7 +49,6 @@ if ! [ $AFTER_DEPLOY_RUN ] && [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then
49
# Create new SVN tag.
50
mkdir -p svn/tags/$THEMEISLE_VERSION
51
rsync -r -p dist/* svn/tags/$THEMEISLE_VERSION
52
-
53
# Add new files to SVN
54
svn stat svn | grep '^?' | awk '{print $2}' | xargs -I x svn add x@
55
# Remove deleted files from SVN
@@ -58,7 +57,7 @@ if ! [ $AFTER_DEPLOY_RUN ] && [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then
58
57
svn stat svn
59
60
# Commit to SVN
61
- svn ci --no-auth-cache --username $WPORG_USER --password $WPORG_PASS svn -m "Release v$THEMEISLE_VERSION"
+ svn commit svn -m "Release v$THEMEISLE_VERSION" --username $WPORG_USER --password $WPORG_PASS
62
63
fi
64
0 commit comments