Skip to content

Commit

Permalink
Use update-codegen instead of make generated_files
Browse files Browse the repository at this point in the history
  • Loading branch information
nckturner committed Nov 17, 2023
1 parent d5453b9 commit a4acb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ mkdir -p ${TEST_ARTIFACTS}/k8s.io/kubernetes
git clone --branch ${KUBERNETES_TAG} --depth 1 https://github.com/kubernetes/kubernetes.git ${TEST_ARTIFACTS}/k8s.io/kubernetes --depth 1

pushd ${TEST_ARTIFACTS}/k8s.io/kubernetes
make generated_files
./hack/update-codegen.sh
./hack/install-etcd.sh
export PATH="${TEST_ARTIFACTS}/k8s.io/kubernetes/third_party/etcd:${PATH}"
popd
Expand Down

0 comments on commit a4acb0c

Please sign in to comment.