staging repo sync rules

Signed-off-by: Roland.Ma <rolandma@yunify.com>
This commit is contained in:
Roland.Ma
2021-03-04 06:51:20 +00:00
parent d412fdae98
commit e058f938d1
2 changed files with 81 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
recursive-delete-patterns:
- BUILD
default-go-version: 1.13.15
rules:
- destination: client-go
library: true
branches:
- source:
branch: master
dir: staging/src/kubesphere.io/client-go
name: master
# - source:
# branch: release-3.1
# dir: staging/src/kubesphere.io/client-go
# name: release-3.1
# go: 1.13.15
smoke-test: |
# assumes GO111MODULE=on
go build ./...
go test ./...