Browse Source

Droning building Sun Jan 21 18:23:13 -02 2018

luis 7 years ago
parent
commit
537592b3d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -18,6 +18,7 @@ pipeline:
       - mkdir -p DIST
       - cp ./go/bin/flowserver DIST
       - cp -r browser/vue-flow/dist DIST/web
+      - ls DIST
       - docker build --rm -t hexasoftware.com:5000/flow-proto -f ./docker/Dockerfile .
     volumes:
       - /var/run/docker.sock:/var/run/docker.sock