update drone yaml
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
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…
Reference in new issue