Skip to content

Commit 2f953b8

Browse files
committed
CircleCI fixes (2)
1 parent 56d3d39 commit 2f953b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- run:
9191
name: Skip?
9292
command: |
93-
[[ "<<parameters.force>>" != 1 && $CIRCLE_BRANCH != *rmbuilder ]] && circleci step halt
93+
if [[ "<<parameters.force>>" != 1 && $CIRCLE_BRANCH != *rmbuilder ]]; then circleci step halt; fi
9494
- setup-executor
9595
- checkout-all
9696
- setup-automation

0 commit comments

Comments
 (0)