luis 7 anos atrás
pai
commit
6ea1217c1c
1 arquivos alterados com 2 adições e 5 exclusões
  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