Skip to content

Commit

Permalink
[bot] update konflux configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
openshift-pipelines-bot authored and vdemeester committed Dec 17, 2024
1 parent 3761dcc commit 5867cfa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/update-sources.main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,6 @@ jobs:
popd
- name: Generate patches
run: |
pushd upstream
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 checkout HEAD go.mod vendor/modules.txt
popd
- name: Commit new changes
run: |
git config user.name openshift-pipelines-bot
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/update-sources.next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,6 @@ jobs:
popd
- name: Generate patches
run: |
pushd upstream
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 checkout HEAD go.mod vendor/modules.txt
popd
- name: Commit new changes
run: |
git config user.name openshift-pipelines-bot
Expand Down

0 comments on commit 5867cfa

Please sign in to comment.