Skip to content

Commit 93be81a

Browse files
svn commit on deploy success
1 parent 4fac515 commit 93be81a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/deploy.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ svn cp "trunk" "tags/$RELEASE_TAG"
7373
svn status
7474

7575
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
76+
svn commit -m "Release version $RELEASE_TAG." --no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD"
8077

8178
echo "Plugin version $RELEASE_TAG deployed."

0 commit comments

Comments
 (0)