We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents def7590 + dc67231 commit f70dd58Copy full SHA for f70dd58
.circleci/config.yml
@@ -139,7 +139,7 @@ jobs:
139
if [ "${CIRCLE_BRANCH}" == master ]; then exit 0; fi
140
echo "Check if there is commit in doc directory"
141
git diff origin/master --name-only --relative doc
142
- if [ "`git diff origin/master --name-only --relative doc`" == "" ]; then echo "No update in doc directory found, exitting... "; exit 0 ; fi
+ if [ "`git diff origin/master --name-only --relative doc`" == "" ]; then echo "No update in doc directory found, exitting... "; circleci step halt; fi
143
echo "Found new commit on doc directory"
144
- run: cd .circleci/ && git clone https://github.com/themadcreator/circle-github-bot.git
145
- run: cd .circleci/circle-github-bot && npm install
0 commit comments