Browse Source

Fixed 'go-bindata command not found' in pipeline

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

1
.drone.yml

@ -9,6 +9,7 @@ pipeline:
image: golang:1.10
commands:
- go get -u github.com/golang/dep/cmd/dep
- go get -u github.com/jteeuwen/go-bindata/...
- dep ensure
- go generate ./...
- mkdir /output

Loading…
Cancel
Save