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