Skip to content

Commit 9a5437f

Browse files
SVN tweeks for CircleCI
1 parent 89b0fa5 commit 9a5437f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- run:
6565
name: Delete unused files
66-
command: svn status svn | grep '^!' | awk '{print $2}' | xargs svn delete
66+
command: for i in $(svn status svn | grep \! | awk '{print $2}'); do svn delete $i; done
6767

6868
- run:
6969
name: Tag release

0 commit comments

Comments
 (0)