Skip to content

Commit bbbf4d4

Browse files
committed
Added -l option to rsync when building trunk in deploy script.
1 parent f3f3487 commit bbbf4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ svn update --set-depth infinity trunk
4444
echo "Copying files..."
4545

4646
if [[ -f "$PROJECT_DIR/.distignore" ]]; then
47-
rsync -rc --exclude-from="$PROJECT_DIR/.distignore" "$PROJECT_DIR/" trunk/ --delete --delete-excluded
47+
rsync -rcl --exclude-from="$PROJECT_DIR/.distignore" "$PROJECT_DIR/" trunk/ --delete --delete-excluded
4848
fi
4949

5050
# Copy assets to /assets.

0 commit comments

Comments
 (0)