2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-24 13:11:02 +08:00
parent 566f1cdeca
commit 9a75e1ad6a

View File

@ -2,18 +2,9 @@ kind: pipeline
type: docker type: docker
name: default name: default
workspace:
base: /srv/drone-demo
path: .
steps: steps:
- name: build - name: build
image: golang:alpine image: golang:alpine
environment:
KEY: VALUE
commands: commands:
- echo $KEY
- pwd
- ls
- go build -o app . - go build -o app .
- ./app - ./app