Explorar el Código

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

luis hace 7 años
padre
commit
defa81b4b6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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