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
|
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…
Reference in new issue