Skip to content

Commit a4b4ebd

Browse files
authored
Tests: remove all files not in repository.
1 parent 0fda641 commit a4b4ebd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,7 @@ on_finish:
122122
)
123123
$LastExitCode = 0
124124
125-
- ps: |
126-
cd build
127-
ls -filter *.py -recurse | foreach {rm $_.fullname}
128-
cd ..
125+
- git clean -dfx --exclude=sonar
129126

130127
- ps: |
131128
if (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) {

0 commit comments

Comments
 (0)