Go to file
hsc ab29891c00
continuous-integration/drone/push Build was killed Details
continuous-integration/drone Build encountered an error Details
ci: 新增运行 hello.sh脚本的步骤
- 在 .drone.yml 文件中添加了新的步骤 run-hello-script
- 使用 docker.1ms.run/alpine:latest 作为基础镜像- 通过 chmod +x hello.sh 为脚本添加执行权限- 执行 hello.sh 脚本
2025-03-30 17:53:29 +08:00
.drone.yml ci: 新增运行 hello.sh脚本的步骤 2025-03-30 17:53:29 +08:00
hello.go ci: 添加 Drone CI 配置和简单 Go 程序- 新增 .drone.yml 文件,配置 Docker 类型的 CI管道 2025-03-30 17:36:08 +08:00
hello.sh ci: 新增执行 hello.sh脚本的步骤 2025-03-30 17:50:42 +08:00