소스 검색

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

xuyiping 1 년 전
부모
커밋
fc8f8e1673
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 0
      .drone.yml
  2. 0 1
      README.md

+ 5 - 0
.drone.yml

@@ -20,6 +20,8 @@ steps:
   - name: test
     image: golang:1.17
     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
@@ -42,6 +44,8 @@ steps:
       repo: registry.cn-hangzhou.aliyuncs.com/kpt-event/kpt-tmr-group
       registry: registry.cn-hangzhou.aliyuncs.com
       tags: [ 1.0.0,latest ]
+
+
 trigger:
   branch:
     include:
@@ -50,6 +54,7 @@ trigger:
     include:
       - push
 
+
 volumes:
   - name: docker-ca
     host:

+ 0 - 1
README.md

@@ -18,7 +18,6 @@ kpt-tmr-group - 科湃腾TMR集团版
 - export APP_ENVIRONMENT=test
 - export GO_WORK_DIR=D:\project\golangNew\kpt-tmr-group
 
-
 然后你可以尝试编译:
 - make build