We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d3d39 commit 2f953b8Copy full SHA for 2f953b8
.circleci/config.yml
@@ -90,7 +90,7 @@ jobs:
90
- run:
91
name: Skip?
92
command: |
93
- [[ "<<parameters.force>>" != 1 && $CIRCLE_BRANCH != *rmbuilder ]] && circleci step halt
+ if [[ "<<parameters.force>>" != 1 && $CIRCLE_BRANCH != *rmbuilder ]]; then circleci step halt; fi
94
- setup-executor
95
- checkout-all
96
- setup-automation
0 commit comments