From 8a4a084ca54d411042ecee72b126273e2af4643d Mon Sep 17 00:00:00 2001 From: zhang <431960018@qq.com> Date: Mon, 27 Nov 2023 10:15:41 +0800 Subject: [PATCH] test drone --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index acc2db0..a98c270 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ kind: pipeline type: docker name: master steps: - - name: restore-cache - image: alpine/git - commands: - - echo 你好... \ No newline at end of file + - name: backend image build + image: alpine/git + commands: + - echo 你好... \ No newline at end of file