소스 검색

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

luis 7 년 전
부모
커밋
641243d120
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -30,7 +30,7 @@ pipeline:
     commands:
       - ls -la
       - ls -la go/bin
-      - CGO_ENABLED=0 go build flowserver/cmd/flowserver
+      - CGO=0 go build flowserver/cmd/flowserver
  
   frontend-build:
     image: node:6