We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b37b6 commit 218d74dCopy full SHA for 218d74d
.circleci/config.yml
@@ -93,7 +93,7 @@ jobs:
93
npm run docker -- setup
94
- run:
95
name: Run image tests (part A)
96
- command: ./.circleci/test.sh stable-image || { tar -cvf build/baselines.tar build/test_images/ ; return 1; } ; find build -maxdepth 1 -type f -delete
+ command: ./.circleci/test.sh stable-image || { tar -cvf build/baselines.tar build/test_images/ ; exit 1; } ; find build -maxdepth 1 -type f -delete
97
- store_artifacts:
98
path: build
99
destination: /
0 commit comments