From 4ed08f0f577d0a396185ed404a6c23cd481c5f4d Mon Sep 17 00:00:00 2001 From: passthem Date: Sun, 22 Feb 2026 19:37:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9E=84=E5=BB=BA=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0dca836..e2b2a24 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,13 +23,6 @@ steps: - name: copy-out image: busybox - volumes: - - name: artifacts - path: /artifacts commands: - cp target/release/my-rust-app /artifacts/my-rust-app-amd64 -volumes: - - name: artifacts - host: - path: /opt/build_artifacts