From 2c51f202ef3ec554c3dd5f2ac9dd37bc61574923 Mon Sep 17 00:00:00 2001 From: jianmu Date: Wed, 29 Nov 2023 16:38:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20.devops/=E6=9C=AA=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/未命名项目.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .devops/未命名项目.yml diff --git a/.devops/未命名项目.yml b/.devops/未命名项目.yml new file mode 100644 index 0000000..386dac2 --- /dev/null +++ b/.devops/未命名项目.yml @@ -0,0 +1,36 @@ +version: 2 +name: 未命名项目 +description: "" +global: + concurrent: 1 +workflow: + - ref: start + name: 开始 + task: start + - ref: end + name: 结束 + task: end + needs: + - shell_2 + - ref: shell_0 + name: shell + image: docker.jianmuhub.com/library/alpine:3.17.0 + script: + - date + needs: + - start + - ref: shell_1 + name: shell + image: docker.jianmuhub.com/library/ubuntu:22.04 + script: + - date -R + needs: + - shell_0 + - ref: shell_2 + name: shell + image: docker.jianmuhub.com/library/debian:buster-slim + script: + - whoami + needs: + - shell_1 +