Browse Source

Droning building Sun Jan 21 18:33:09 -02 2018

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

+ 1 - 2
.drone.yml

@@ -3,11 +3,10 @@ pipeline:
     image: golang
     commands:
       - GOPATH=$(pwd)/go/deps:$(pwd)/go
-      - CGO=0
       - go get ./go/src/...
       - go get -t ./go/src/...
       - go test ./go/src/...
-      - go build flowserver
+      - CGO_ENABLED=0 go build flowserver
   frontend:
     image: node:6
     commands: