update drone yaml
continuous-integration/drone/push Build is passing Details

main
zggsong 2 years ago
parent 9496cc4fb6
commit bf7205dd2a

@ -1,9 +1,13 @@
kind: pipeline
name: default
workspace:
base: /vol
path: src/first
steps:
- name: test
image: golang
commands:
- go test
- go build
pipeline:
test:
image: golang
commands:
- go test
build:
image: golang
commands:
- go build -o app

Loading…
Cancel
Save