Files
kubesphere/staging/publishing/rules.yaml

33 lines
660 B
YAML

recursive-delete-patterns:
- BUILD
default-go-version: 1.21.0
rules:
- destination: client-go
library: true
branches:
- source:
branch: master
dir: staging/src/kubesphere.io/client-go
name: master
- destination: api
library: true
branches:
- source:
branch: master
dir: staging/src/kubesphere.io/api
name: master
smoke-test: |
# assumes GO111MODULE=on
go build ./...
go test ./...
- destination: utils
library: true
branches:
- source:
branch: master
dir: staging/src/kubesphere.io/utils
name: master