浏览代码

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

luis 7 年之前
父节点
当前提交
26afa4b44e
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .drone.yml

+ 1 - 2
.drone.yml

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