소스 검색

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

luis 7 년 전
부모
커밋
acfc3298d8
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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: