Browse Source

Droning building Sat Jan 20 18:58:14 -02 2018

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

+ 3 - 0
.drone.yml

@@ -7,7 +7,10 @@ pipeline:
       - go get -t ./go/src/...
       - go get -t ./go/src/...
       - go test ./go/src/...
       - go test ./go/src/...
       - go build flowserver
       - go build flowserver
+      - ls
+      - ls $(pwd)/go/bin
       - cp $(pwd)/go/bin/flowserver ../DIST
       - cp $(pwd)/go/bin/flowserver ../DIST
+      - ls
   frontend:
   frontend:
     image: node:6
     image: node:6
     commands:
     commands: