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 workspace:
name: default base: /vol
path: src/first
steps: pipeline:
- name: test test:
image: golang image: golang
commands: commands:
- go test - go test
- go build build:
image: golang
commands:
- go build -o app

Loading…
Cancel
Save