luis hace 7 años
padre
commit
6ea1217c1c
Se han modificado 1 ficheros con 2 adiciones y 5 borrados
  1. 2 5
      .drone.yml

+ 2 - 5
.drone.yml

@@ -2,12 +2,9 @@ pipeline:
   backend:
     image: golang
     commands:
-      - go get
-      - go build
-      - go test
+      - make backend
   frontend:
     image: node:6
     commands:
-      - npm install
-      - npm test
+      - make frontend