Browse Source

Droning building Sun Jan 21 19:32:21 -02 2018

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

+ 3 - 1
.drone.yml

@@ -10,6 +10,8 @@ pipeline:
     commands: 
       - go get ./go/src/...
       - go get -t ./go/src/...
+      - ls -la
+      - ls go/bin
   frontend-deps:
     image: node:6
     commands: 
@@ -30,7 +32,7 @@ pipeline:
     commands:
       - ls -la
       - ls -la go/bin
-      - CGO_ENABLED=0 go build flowserver/cmd/flowserver -o DIST/flowserver
+      - CGO_ENABLED=0 go build -o DIST/flowserver flowserver/cmd/flowserver  
  
   frontend-build:
     image: node:6