luis 7 years ago
parent
commit
6ea1217c1c
1 changed files with 2 additions and 5 deletions
  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