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 426d8e3 commit da0b999Copy full SHA for da0b999
.circleci/deploy.sh
@@ -41,7 +41,6 @@ cd "$SVN_DIR"
41
svn update --set-depth infinity assets
42
svn update --set-depth infinity trunk
43
find ./trunk -not -path "./trunk" -delete
44
-ls -lah trunk
45
46
echo "Copying files..."
47
@@ -54,6 +53,7 @@ fi
54
53
if [[ -d "$PROJECT_DIR/assets/" ]]; then
55
rsync -rc "$PROJECT_DIR/assets/" assets/ --delete
56
fi
+ls -lah trunk
57
58
# Add everything and commit to SVN.
59
# The force flag ensures we recurse into subdirectories even if they are already added.
0 commit comments