Browse Source

Droning building Sun Jan 21 18:27:56 -02 2018

luis 7 years ago
parent
commit
e685c36a6b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .drone.yml

+ 3 - 1
.drone.yml

@@ -1,8 +1,10 @@
 pipeline:
   backend:
     image: golang
-    commands:
+    environment:
       - GOPATH=$(pwd)/go/deps:$(pwd)/go
+      - CGO=0
+    commands:
       - go get ./go/src/...
       - go get -t ./go/src/...
       - go test ./go/src/...