소스 검색

Merge branch 'feature/stroage-manage' of xuyiping/kpt-tmr-group into develop

xuyiping 1 년 전
부모
커밋
27eff922d6
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .drone.yml

+ 3 - 3
.drone.yml

@@ -18,10 +18,8 @@ steps:
     commands:
       - git clone -b develop http://kpt.kptyun.cn:3000/xuyiping/kpt-tmr-group.git
   - name: test
-    image: golang:1.17
+    image: plugins/docker
     commands:
-      - pwd
-      - ls -l
       - cd /drone/src/kpt-tmr-group
       - go test `go list ./... | grep -v -E "mock|store|test|fake|cmd|bin|backend|google|logger|proto"` -coverprofile .cover.txt
       - go tool cover -func .cover.txt
@@ -53,6 +51,8 @@ trigger:
   event:
     include:
       - push
+    exclude:
+      - pull_request
 
 
 volumes: