Kaynağa Gözat

Droning building Sun Jan 21 19:24:25 -02 2018

luis 7 yıl önce
ebeveyn
işleme
26afa4b44e
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      .drone.yml

+ 1 - 2
.drone.yml

@@ -27,11 +27,10 @@ pipeline:
     image: golang
     environment:
       - GOPATH=/app/go/deps:/app/go
-      - CGO_ENABLED=0
     commands:
       - ls -la
       - ls -la go/bin
-      - go build flowserver/cmd/flowserver
+      - CGO_ENABLED=0 go build flowserver/cmd/flowserver
  
   frontend-build:
     image: node:6