📜  尽早结束circleci工作 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:17.245000             🧑  作者: Mango

代码示例1
- run:
    name: Exit early if 
    command: |
      if [ "$CIRCLE_BRANCH" = "develop" ]; then
          circleci-agent step halt
      fi