Files
kubesphere/staging/publishing/rules.yaml
liujian dca9c3d772 fix: publishing bot run failed (#6262)
fix: publish run failed

Signed-off-by: liujian <54946465+redscholar@users.noreply.github.com>
2024-11-01 10:25:08 +08:00

35 lines
736 B
YAML

recursive-delete-patterns:
- BUILD
default-go-version: 1.21.0
rules:
- 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: client-go
library: true
branches:
- source:
branch: master
dir: staging/src/kubesphere.io/client-go
name: master
dependencies:
- repository: api
branch: master
- destination: utils
library: true
branches:
- source:
branch: master
dir: staging/src/kubesphere.io/utils
name: master