Skip to content

Commit 7a96b8e

Browse files
committed
Clean directory before downloading execution spec tests
1 parent 55ff668 commit 7a96b8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle.yml

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ commands:
142142
name: "Download execution-spec-tests: <<parameters.release>>"
143143
working_directory: ~/spec-tests
144144
command: |
145+
find . -delete
145146
curl -L https://github.com/<<parameters.repo>>/releases/download/<<parameters.release>>/fixtures_<<parameters.fixtures_suffix>>.tar.gz | tar -xz
146147
ls -l
147148

0 commit comments

Comments
 (0)