Skip to content

Commit 61b95df

Browse files
remove trunk before adding files
1 parent 5e5e91d commit 61b95df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/deploy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ svn checkout --depth immediates "$SVN_URL" "$SVN_DIR"
4040
cd "$SVN_DIR"
4141
svn update --set-depth infinity assets
4242
svn update --set-depth infinity trunk
43+
find ./trunk -not -path "./trunk" -delete
4344

4445
echo "Copying files..."
4546

@@ -72,6 +73,6 @@ svn cp "trunk" "tags/$RELEASE_TAG"
7273
svn status
7374

7475
echo "Committing files..."
75-
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"
7677

7778
echo "Plugin version $RELEASE_TAG deployed."

0 commit comments

Comments
 (0)