We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2799810 + 218d74d commit 73ad673Copy full SHA for 73ad673
.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