Skip to content

Commit d0910dc

Browse files
authored
Merge pull request #5651 from plotly/flaky-image-cleanup
Reduce unnecessary artifacts in flaky image test - second container
2 parents a47c398 + 710021b commit d0910dc

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
@@ -112,7 +112,7 @@ jobs:
112112
npm run docker -- setup
113113
- run:
114114
name: Run image tests (part B)
115-
command: ./.circleci/test.sh flaky-image
115+
command: ./.circleci/test.sh flaky-image ; find build -maxdepth 1 -type f -delete
116116
- store_artifacts:
117117
path: build
118118
destination: /

0 commit comments

Comments
 (0)