From 321095dccb60a14e4a886296014ff014759f52b9 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Thu, 21 Mar 2019 16:41:23 -0400 Subject: [PATCH] Record code-generator as a dependency of repos using code generators --- staging/publishing/rules.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/staging/publishing/rules.yaml b/staging/publishing/rules.yaml index 65fe3e96d06..5a28e6207ed 100644 --- a/staging/publishing/rules.yaml +++ b/staging/publishing/rules.yaml @@ -87,6 +87,8 @@ rules: branch: master - repository: component-base branch: master + - repository: code-generator + branch: master - destination: sample-apiserver branches: - source: @@ -179,6 +181,8 @@ rules: branch: master - repository: client-go branch: master + - repository: code-generator + branch: master - destination: cli-runtime library: true branches: @@ -307,6 +311,8 @@ rules: branch: master - repository: client-go branch: master + - repository: code-generator + branch: master - destination: csi-translation-lib library: true branches: