Skip to content

Commit a09042d

Browse files
Fix upload new files to repo
1 parent a461da3 commit a09042d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555

5656
- run:
5757
name: Sync trunk
58-
command: rsync -r -p plugin/* svn/trunk
58+
command: |
59+
rsync -r -p plugin/* svn/trunk
60+
svn add --force svn/trunk
5961
6062
- run:
6163
name: Tag release

0 commit comments

Comments
 (0)