refactor: 更新 hello.sh脚本

- 移除了多余的空行
- 保留了 Dev-Go 版本信息
- 保留了 Hello World 输出
- 保留了作者信息
This commit is contained in:
hsc 2025-04-07 17:42:31 +08:00
parent abe71e4e2d
commit 6dc6da9af3
1 changed files with 4 additions and 2 deletions

View File

@ -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"