From 3dcf61c6b2917cc73ee19347e727d882cca15a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Gonz=C3=A1lez?= Date: Thu, 31 Oct 2024 10:03:44 +0100 Subject: [PATCH] chore(KFLUXMIG-61): fix nudge in must-gather 2.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ernesto González --- .tekton/forklift-must-gather-push.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tekton/forklift-must-gather-push.yaml b/.tekton/forklift-must-gather-push.yaml index b5cb73e..4d936ae 100644 --- a/.tekton/forklift-must-gather-push.yaml +++ b/.tekton/forklift-must-gather-push.yaml @@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1 kind: PipelineRun metadata: annotations: + build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*, .*.yaml, .*Containerfile.*, + operator/export-vars.sh" build.appstudio.openshift.io/repo: https://github.com/kubev2v/forklift-must-gather?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}'