From 7530806c9fa31ae05c29730130130572a1b52c5c Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Mon, 29 Jun 2020 10:53:10 +0200 Subject: [PATCH] Add rule for component-helpers into staging/publishing/rules.yaml --- staging/publishing/rules.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/staging/publishing/rules.yaml b/staging/publishing/rules.yaml index 8c3443f4e84..1d49cf6c4af 100644 --- a/staging/publishing/rules.yaml +++ b/staging/publishing/rules.yaml @@ -1664,3 +1664,16 @@ rules: branch: master dir: staging/src/k8s.io/mount-utils name: master + +- destination: component-helpers + library: true + branches: + - source: + branch: master + dir: staging/src/k8s.io/component-helpers + name: master + dependencies: + - repository: apimachinery + branch: master + - repository: api + branch: master