ok so multistage builds don't work
continuous-integration/drone/push Build is passing Details

master
n1trux 4 years ago
parent d24c806134
commit 5f29a2145b

@ -4,13 +4,9 @@ type: docker
name: default
steps:
- name: get dependencies
- name: get dependencies, build and test
image: golang
commands:
- go get -d ./...
- name: build and test
image: golang
commands:
- go build
- go test

Loading…
Cancel
Save