From 1d398cabb2dc0e78f90455a992f30d9d8a5ad899 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 9 May 2025 01:59:42 +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 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.drone.yml b/.drone.yml index a8008e4..2fb0ea3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,6 +24,16 @@ steps: - cat /drone/src/.drone.yml - sleep 1m + - name: publish + commands: + - cd $DRONE_WORKSPACE + - ls -la /drone/src/ + - ls -la /drone/src/${DRONE_BUILD_NUMBER} + depends_on: + - clone + - build + + node: app: build