Skip to content

Commit cb4f5a7

Browse files
authored
Merge pull request #41 from pywin32/xoviat-patch-1
Tests: remove all files not in repository.
2 parents 0fda641 + a4b4ebd commit cb4f5a7

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)