Files
kubesphere/staging/publishing/rules.yaml
Roland.Ma f6601d9e8b sync release-3.1 branch
Signed-off-by: Roland.Ma <rolandma@yunify.com>
2021-04-30 08:05:57 +00:00

21 lines
425 B
YAML

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 ./...