Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b0c5a commit ec7b992Copy full SHA for ec7b992
.circleci/config.yml
@@ -17,7 +17,7 @@ commands:
17
export git_log=$(git log --max-count=1 --pretty=format:"%B" | tr "\n" " ")
18
echo "Got commit message:"
19
echo "${git_log}"
20
- if [[ -v CIRCLE_PULL_REQUEST ]] && ([[ "$git_log" == *"[skip circle]"* ]] || [[ "$git_log" == *"[circle skip]"* ]] [[ "$git_log" == *"[ci doc]"* ]])); then
+ if [[ -v CIRCLE_PULL_REQUEST ]] && ([[ "$git_log" == *"[skip circle]"* ]] || [[ "$git_log" == *"[circle skip]"* ]])); then
21
echo "Skip detected, exiting job ${CIRCLE_JOB} for PR ${CIRCLE_PULL_REQUEST}."
22
circleci-agent step halt;
23
fi
0 commit comments