From 93c5d95f5959b3dd1375ffaf8abf27af42adb6d5 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 25 Mar 2025 10:05:31 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..2b34f64 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: simple-test + image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17 + commands: + - echo "临时测试成功" + +volumes: + - name: run + host: + path: /var/run/docker.sock