Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/generate-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
genCommit:
type: string
required: true
default: 'b32dcd6'
default: 'f0bb447'
description: 'The commit to use for the kubernetes-client/gen repo'


Expand All @@ -32,7 +32,7 @@ jobs:
# apply https://github.com/kubernetes-client/gen/pull/224
git config --global user.name "Github Actions"
git config --global user.email "<>"
git cherry-pick --strategy=recursive -X theirs c557f7f 0ef2cec 9701a7c
git cherry-pick --strategy=recursive -X theirs c557f7f b32dcd6 0ef2cec 9701a7c
rm -rf gen/.git
# apply https://github.com/kubernetes-client/gen/pull/237
- name: Patch Dockerfile
Expand Down