Compare commits

...

1 Commits
ma ... master

Author SHA1 Message Date
hsc 1e3557b515 refactor: 更新 hello.sh脚本
continuous-integration/drone/push Build encountered an error Details
- 移除了多余的空行
- 保留了 Dev-Go 版本信息
- 保留了 Hello World 输出
- 保留了作者信息
2025-04-07 17:41:37 +08:00
1 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,6 @@ name: default
steps:
- name: run-hello-script
image: docker.1ms.run/alpine:latest # 必须指定基础镜像如alpine/bash
image: docker.1ms.run/alpine/java:latest # 必须指定基础镜像如alpine/bash
commands:
- chmod +x hello.sh
- ./hello.sh
- java -version