Skip to content

Commit

Permalink
cli check
Browse files Browse the repository at this point in the history
  • Loading branch information
zahorniak committed Sep 6, 2021
1 parent 74f530e commit 66d0910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circleci_validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66d0910

Please sign in to comment.