From 8fe64296437787310860f2067cd851c9de20d8be Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 26 Nov 2024 19:21:07 +0100 Subject: [PATCH] =?UTF-8?q?config/konflux:=20make=20sure=20we=20clean=20af?= =?UTF-8?q?ter=20ourselves=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … when generating the patch Signed-off-by: Vincent Demeester --- config/konflux/tektoncd-chains.yaml | 2 ++ config/konflux/tektoncd-cli.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config/konflux/tektoncd-chains.yaml b/config/konflux/tektoncd-chains.yaml index aea56f6..2b40d08 100644 --- a/config/konflux/tektoncd-chains.yaml +++ b/config/konflux/tektoncd-chains.yaml @@ -8,6 +8,8 @@ patches: &patches sed -i "s%go 1.22.*%go 1.22%g" go.mod sed -i "s%go 1.22.*%go 1.22%g" vendor/modules.txt git diff > ../.konflux/patches/0000-go1.22.patch + # clean after yourself >:D + git co HEAD go.mod vendor/modules.txt branches: - upstream: release-v0.23.x version: next diff --git a/config/konflux/tektoncd-cli.yaml b/config/konflux/tektoncd-cli.yaml index f92a736..4537e5f 100644 --- a/config/konflux/tektoncd-cli.yaml +++ b/config/konflux/tektoncd-cli.yaml @@ -8,6 +8,8 @@ patches: &patches sed -i "s%go 1.22.*%go 1.22%g" go.mod sed -i "s%go 1.22.*%go 1.22%g" vendor/modules.txt git diff > ../.konflux/patches/0000-go1.22.patch + # clean after yourself >:D + git co HEAD go.mod vendor/modules.txt branches: - upstream: release-v0.39.0 version: next