Skip to content

Commit

Permalink
Merge pull request #82 from jvanz/fix-3rd-dir-files
Browse files Browse the repository at this point in the history
fix(ci): missing file to be copied from apiserver.
  • Loading branch information
jvanz authored Sep 9, 2024
2 parents 6159d75 + 1b59f70 commit 5d38148
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions updatecli/update_third_party_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ targets:
- name: "DESTINATION_DIR"
value: "third_party/k8s.io/apiserver/"
- name: "FILES"
value: "pkg/apis/cel/config.go pkg/cel/errors.go pkg/cel/limits.go pkg/cel/quantity.go pkg/cel/types.go pkg/cel/url.go pkg/cel/value.go pkg/cel/OWNERS pkg/cel/library/lists.go pkg/cel/library/regex.go pkg/cel/library/test.go pkg/cel/library/urls.go"
value: "pkg/apis/cel/config.go pkg/cel/OWNERS pkg/cel/errors.go pkg/cel/escaping.go \
pkg/cel/library/lists.go pkg/cel/library/regex.go pkg/cel/library/test.go \
pkg/cel/library/urls.go pkg/cel/limits.go pkg/cel/quantity.go pkg/cel/types.go \
pkg/cel/url.go pkg/cel/value.go"
apiMachineryUpdate:
name: "Get latest apimachinery files"
kind: shell
Expand All @@ -100,7 +103,8 @@ targets:
- name: "DESTINATION_DIR"
value: "third_party/k8s.io/apimachinery/"
- name: "FILES"
value: "pkg/api/resource/amount.go pkg/api/resource/quantity.go pkg/api/resource/math.go pkg/api/resource/scale_int.go pkg/api/resource/suffix.go"
value: "pkg/api/resource/amount.go pkg/api/resource/quantity.go pkg/api/resource/math.go \
pkg/api/resource/scale_int.go pkg/api/resource/suffix.go"

actions:
createUpdatePR:
Expand Down

0 comments on commit 5d38148

Please sign in to comment.