Answers for "end circleci job early"

0

end circleci job early

- run:
    name: Exit early if <foo-condition>
    command: |
      if [ "$CIRCLE_BRANCH" = "develop" ]; then
          circleci-agent step halt
      fi
Posted by: Guest on October-06-2021

Browse Popular Code Answers by Language