Skip to content

Commit 3ffa600

Browse files
committed
cleanup build files in root
1 parent 6f64ae6 commit 3ffa600

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
@@ -93,7 +93,7 @@ jobs:
9393
npm run docker -- setup
9494
- run:
9595
name: Run image tests (part A)
96-
command: ./.circleci/test.sh stable-image
96+
command: ./.circleci/test.sh stable-image ; find build -maxdepth 1 -type f -delete
9797
- store_artifacts:
9898
path: build
9999
destination: /

0 commit comments

Comments
 (0)