From 66d09104e443653100f974142b374258ca47f930 Mon Sep 17 00:00:00 2001 From: Volodymyr Zahorniak Date: Mon, 6 Sep 2021 12:07:37 +0300 Subject: [PATCH] cli check --- circleci_validate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circleci_validate.sh b/circleci_validate.sh index 9fcfcf3..1598fe7 100755 --- a/circleci_validate.sh +++ b/circleci_validate.sh @@ -4,7 +4,7 @@ set -e if ! command -v circleci &> /dev/null then echo "Circleci CLI could not be found. Install the latest CLI version https://circleci.com/docs/2.0/local-cli/#installation" - exit + exit 1 fi if ! eMSG=$(circleci config validate -c .circleci/config.yml); then