luis %!s(int64=7) %!d(string=hai) anos
pai
achega
6ea1217c1c
Modificáronse 1 ficheiros con 2 adicións e 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