Skip to content

Commit 5e5e91d

Browse files
run svn cleanup before add
1 parent 47f94e7 commit 5e5e91d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/deploy.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ if [[ -d "$PROJECT_DIR/assets/" ]]; then
5252
rsync -rc "$PROJECT_DIR/assets/" assets/ --delete
5353
fi
5454

55+
# Clean up working copy to satisfy svn-files.
56+
echo "SVN cleanup..."
57+
svn cleanup
58+
5559
# Add everything and commit to SVN.
5660
# The force flag ensures we recurse into subdirectories even if they are already added.
5761
# Suppress stdout in favor of svn status later for readability.

0 commit comments

Comments
 (0)