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 5e5e91d commit 61b95dfCopy full SHA for 61b95df
.circleci/deploy.sh
@@ -40,6 +40,7 @@ svn checkout --depth immediates "$SVN_URL" "$SVN_DIR"
40
cd "$SVN_DIR"
41
svn update --set-depth infinity assets
42
svn update --set-depth infinity trunk
43
+find ./trunk -not -path "./trunk" -delete
44
45
echo "Copying files..."
46
@@ -72,6 +73,6 @@ svn cp "trunk" "tags/$RELEASE_TAG"
72
73
svn status
74
75
echo "Committing files..."
-svn commit -m "Release version $RELEASE_TAG." --no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD"
76
+# svn commit -m "Release version $RELEASE_TAG." --no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD"
77
78
echo "Plugin version $RELEASE_TAG deployed."
0 commit comments