From 7c072a3f1c0faae82c71f2837b149951366ae604 Mon Sep 17 00:00:00 2001 From: herb_cheng Date: Fri, 28 Apr 2023 11:20:55 +0000 Subject: [PATCH] try steps with node image --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index bb6ffd9..e1f5aaf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,12 @@ kind: pipeline type: docker -name: test +name: default platform: arch: arm64 steps: - name: test - image: node:latest + image: node commands: - - echo 测试drone执行 \ No newline at end of file + - echo "测试drone执行" \ No newline at end of file