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 47f94e7 commit 5e5e91dCopy full SHA for 5e5e91d
.circleci/deploy.sh
@@ -52,6 +52,10 @@ if [[ -d "$PROJECT_DIR/assets/" ]]; then
52
rsync -rc "$PROJECT_DIR/assets/" assets/ --delete
53
fi
54
55
+# Clean up working copy to satisfy svn-files.
56
+echo "SVN cleanup..."
57
+svn cleanup
58
+
59
# Add everything and commit to SVN.
60
# The force flag ensures we recurse into subdirectories even if they are already added.
61
# Suppress stdout in favor of svn status later for readability.
0 commit comments