From 218d74dbacaf58d7afb7b833718b45a59d8c738d Mon Sep 17 00:00:00 2001 From: archmoj Date: Tue, 8 Jun 2021 00:25:27 -0400 Subject: [PATCH] use exit instead of return to avoid script error --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8582f762297..ca0f24634a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -93,7 +93,7 @@ jobs: npm run docker -- setup - run: name: Run image tests (part A) - 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 - store_artifacts: path: build destination: /