Skip to content

Commit

Permalink
config/konflux: make sure we clean after ourselves…
Browse files Browse the repository at this point in the history
… when generating the patch

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Nov 26, 2024
1 parent ae53a4b commit 8fe6429
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/konflux/tektoncd-chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions config/konflux/tektoncd-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fe6429

Please sign in to comment.