diff --git a/.devops/未命名项目444.yml b/.devops/未命名项目444.yml new file mode 100644 index 0000000..1535419 --- /dev/null +++ b/.devops/未命名项目444.yml @@ -0,0 +1,21 @@ +version: 2 +name: 未命名项目444 +description: "" +global: + concurrent: 1 +workflow: + - ref: start + name: 开始 + task: start + - ref: shell_0 + name: shell + image: docker.jianmuhub.com/library/alpine:3.17.0 + script: + - echo 'This is test' + needs: + - start + - ref: end + name: 结束 + task: end + needs: + - shell_0 \ No newline at end of file