Browse Source

Droning building Sun Jan 21 18:47:33 -02 2018

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

+ 2 - 2
.drone.yml

@@ -12,8 +12,8 @@ pipeline:
       - go get -t ./go/src/...
   frontend-deps:
     image: node:6
-      commands: 
-        - cd browser/vue-flow && yarn 
+    commands: 
+      - cd browser/vue-flow && yarn 
 
   backend-test:
     image: golang