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 4fac515 commit 93be81aCopy full SHA for 93be81a
.circleci/deploy.sh
@@ -73,9 +73,6 @@ svn cp "trunk" "tags/$RELEASE_TAG"
73
svn status
74
75
echo "Committing files..."
76
-# svn commit -m "Release version $RELEASE_TAG." --no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD"
77
-mkdir /tmp/zip
78
-cd /tmp/zip
79
-tar -czvf /tmp/zip/1.5.2.tar.gz /tmp/artifacts/tags/1.5.2
+svn commit -m "Release version $RELEASE_TAG." --no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD"
80
81
echo "Plugin version $RELEASE_TAG deployed."
0 commit comments