Browse Source

Fixed 'dep command not found' in pipeline

1.0
Gisle Aune 6 years ago
parent
commit
52b667d047
  1. 1
      .drone.yml

1
.drone.yml

@ -8,6 +8,7 @@ pipeline:
- CGO_ENABLED=0
image: golang:1.10
commands:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
- go generate ./...
- mkdir /output

Loading…
Cancel
Save