luis 7 年之前
父节点
当前提交
6ea1217c1c
共有 1 个文件被更改,包括 2 次插入5 次删除
  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