From 6e2cc83278d3783310bc6c1c04404a56ec345c84 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 7 Aug 2025 07:08:49 +0000 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index ffe4bdb..1776ae7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,13 @@ steps: - ls -la /drone/src/${DRONE_BUILD_NUMBER} - sleep 1m + - name: notify + image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alpine/git:latest + commands: + - echo "success" + depends_on: + - clone + - build # - name: publish # image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17 # commands: