Jelajahi Sumber

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

luis 7 tahun lalu
induk
melakukan
acfc3298d8
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  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: