Skip to content

Commit 4fcc6bb

Browse files
committed
removed OPENAPI_GENERATOR_COMMIT, the one in gen repo should be used
1 parent 66b039d commit 4fcc6bb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/update-client.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ set -o errexit
2121
set -o nounset
2222
set -o pipefail
2323

24-
# The openapi-generator version used by this client
25-
export OPENAPI_GENERATOR_COMMIT="v4.3.0"
26-
2724
SCRIPT_ROOT=$(dirname "${BASH_SOURCE}")
2825
CLIENT_ROOT="${SCRIPT_ROOT}/../kubernetes"
2926
CLIENT_VERSION=$(python "${SCRIPT_ROOT}/constants.py" CLIENT_VERSION)

0 commit comments

Comments
 (0)