diff --git a/.devops/helper.yml b/.devops/helper.yml deleted file mode 100644 index 440ea15..0000000 --- a/.devops/helper.yml +++ /dev/null @@ -1,25 +0,0 @@ -version: 2 -name: helper -description: "" -global: - concurrent: 1 -trigger: - type: cron - schedule: 0 * 10 * * ? -workflow: - - ref: start - name: 开始 - task: start - - ref: shell_0 - name: shell - image: docker.jianmuhub.com/library/ubuntu:22.04 - script: - - echo'begin' - needs: - - start - - ref: end - name: 结束 - task: end - needs: - - shell_0 -