Browse Source

Moved environment into build

1.0
Gisle Aune 6 years ago
parent
commit
593955dc12
  1. 4
      .drone.yml

4
.drone.yml

@ -3,9 +3,9 @@ workspace:
path: src/git.aiterp.net/rpdata/api
pipeline:
environment:
- CGO_ENABLED=0
build:
environment:
- CGO_ENABLED=0
image: golang:1.10
commands:
- dep ensure

Loading…
Cancel
Save