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 |
hsc
|
a0527c9825
|
ci: docker 1
continuous-integration/drone Build is passing
Details
continuous-integration/drone/push Build encountered an error
Details
|
2025-03-30 19:58:04 +08:00 |
hsc
|
c1468a8115
|
ci: docker
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone Build encountered an error
Details
|
2025-03-30 19:51:06 +08:00 |
hsc
|
023a477f7e
|
ci: docker
continuous-integration/drone/push Build encountered an error
Details
|
2025-03-30 19:48:54 +08:00 |
hsc
|
4d8fae87ff
|
ci: 新增运行 hello.sh脚本的步骤
continuous-integration/drone/push Build encountered an error
Details
- 在 .drone.yml 文件中添加了新的步骤 run-hello-script
- 使用 docker.1ms.run/alpine:latest 作为基础镜像- 通过 chmod +x hello.sh 为脚本添加执行权限- 执行 hello.sh 脚本
|
2025-03-30 19:45:52 +08:00 |
hsc
|
27755e0452
|
ci: 新增运行 hello.sh脚本的步骤
continuous-integration/drone/push Build encountered an error
Details
- 在 .drone.yml 文件中添加了新的步骤 run-hello-script
- 使用 docker.1ms.run/alpine:latest 作为基础镜像- 通过 chmod +x hello.sh 为脚本添加执行权限- 执行 hello.sh 脚本
|
2025-03-30 19:44:04 +08:00 |
hsc
|
ab29891c00
|
ci: 新增运行 hello.sh脚本的步骤
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone Build encountered an error
Details
- 在 .drone.yml 文件中添加了新的步骤 run-hello-script
- 使用 docker.1ms.run/alpine:latest 作为基础镜像- 通过 chmod +x hello.sh 为脚本添加执行权限- 执行 hello.sh 脚本
|
2025-03-30 17:53:29 +08:00 |
hsc
|
6ec2a92b8e
|
ci: 新增执行 hello.sh脚本的步骤
continuous-integration/drone/push Build was killed
Details
- 在 .drone.yml 文件中添加了新的步骤 run-hello-script
- 新增 hello.sh 脚本,输出 "hello world"
- 添加脚本执行权限并执行
|
2025-03-30 17:50:42 +08:00 |
hsc
|
ea4f73fbd1
|
ci(drone): 更新构建镜像为 1ms.run 的 golang:1.20
continuous-integration/drone/push Build was killed
Details
-将 golang:1.20 镜像替换为 docker.1ms.run/golang:1.20
- 以提高构建速度和可靠性
|
2025-03-30 17:43:13 +08:00 |
hsc
|
a43bde7ce7
|
ci: 添加 Drone CI 配置和简单 Go 程序- 新增 .drone.yml 文件,配置 Docker 类型的 CI管道
continuous-integration/drone Build was killed
Details
- 添加 hello.go 文件,实现简单的 Go 语言 Hello World 程序
-配置 CI 环境中使用 Golang 1.20 镜像进行构建和测试
|
2025-03-30 17:36:08 +08:00 |