From cd71b247eb2eb5546a874e75a1463a206c73b022 Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Tue, 12 Sep 2023 09:29:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f569a70..96da7cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: path: /go commands: - ls / - + - echo "吃饭了吗" > /go/a.txt - name: build image: alpine @@ -19,6 +19,7 @@ steps: path: /go commands: - ls / + - cat /go/a.txt volumes: - name: cache