diff --git a/.drone.yml b/.drone.yml index 68825da..2cc62a2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,13 @@ -kind: pipeline -name: default +workspace: + base: /vol + path: src/first -steps: -- name: test - image: golang - commands: - - go test - - go build \ No newline at end of file +pipeline: + test: + image: golang + commands: + - go test + build: + image: golang + commands: + - go build -o app