mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #97004 from nikhita/fix-publishing-1.20-rules
staging/publishing: fix rules for 1.20
This commit is contained in:
commit
5b8c3b90f3
@ -233,6 +233,17 @@ rules:
|
|||||||
branch: master
|
branch: master
|
||||||
- repository: client-go
|
- repository: client-go
|
||||||
branch: master
|
branch: master
|
||||||
|
- source:
|
||||||
|
branch: release-1.20
|
||||||
|
dir: staging/src/k8s.io/component-helpers
|
||||||
|
name: release-1.20
|
||||||
|
dependencies:
|
||||||
|
- repository: apimachinery
|
||||||
|
branch: release-1.20
|
||||||
|
- repository: api
|
||||||
|
branch: release-1.20
|
||||||
|
- repository: client-go
|
||||||
|
branch: release-1.20
|
||||||
|
|
||||||
- destination: apiserver
|
- destination: apiserver
|
||||||
library: true
|
library: true
|
||||||
|
Loading…
Reference in New Issue
Block a user