Record code-generator as a dependency of repos using code generators

This commit is contained in:
Jordan Liggitt 2019-03-21 16:41:23 -04:00
parent 579c0560a2
commit 321095dccb

View File

@ -87,6 +87,8 @@ rules:
branch: master branch: master
- repository: component-base - repository: component-base
branch: master branch: master
- repository: code-generator
branch: master
- destination: sample-apiserver - destination: sample-apiserver
branches: branches:
- source: - source:
@ -179,6 +181,8 @@ rules:
branch: master branch: master
- repository: client-go - repository: client-go
branch: master branch: master
- repository: code-generator
branch: master
- destination: cli-runtime - destination: cli-runtime
library: true library: true
branches: branches:
@ -307,6 +311,8 @@ rules:
branch: master branch: master
- repository: client-go - repository: client-go
branch: master branch: master
- repository: code-generator
branch: master
- destination: csi-translation-lib - destination: csi-translation-lib
library: true library: true
branches: branches: