Browse Source

Droning building Sun Jan 21 18:55:05 -02 2018

luis 7 years ago
parent
commit
596a5f60ff
1 changed files with 2 additions and 3 deletions
  1. 2 3
      .drone.yml

+ 2 - 3
.drone.yml

@@ -22,17 +22,16 @@ pipeline:
     commands:
       - go test ./go/src/...
     
-
-
         
   backend-build:
     image: golang
     environment:
       - GOPATH=/app/go/deps:/app/go
+      - CGO_ENABLED=0
     commands:
       - ls -la
       - ls -la go/bin
-      - CGO_ENALED=0 go build flowserver/cmd/flowserver
+      - go build flowserver/cmd/flowserver
  
   frontend-build:
     image: node:6