From 6dc6da9af354b997818d4f9c46d9bc2d1b226e66 Mon Sep 17 00:00:00 2001 From: hsc Date: Mon, 7 Apr 2025 17:42:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=20hello.sh?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了多余的空行 - 保留了 Dev-Go 版本信息 - 保留了 Hello World 输出 - 保留了作者信息 --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f58e800..d2b78f4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,8 @@ name: default steps: - name: run-hello-script - image: docker.1ms.run/alpine/java:latest # 必须指定基础镜像(如alpine/bash) + image: docker.1ms.run/alpine:latest # 必须指定基础镜像(如alpine/bash) commands: - - java -version + - echo "hello world" + - echo "hello world" + - echo "hello world"