Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #2994 from kubevirt-bot/cherry-pick-2992-to-releas…
Browse files Browse the repository at this point in the history
…e-0.23

[release-0.23] client-python: fix swagger-cli url
  • Loading branch information
rmohr committed Jan 16, 2020
2 parents 496e75b + a7efcf3 commit f583b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/gen-client-python/generate.sh
Expand Up @@ -6,7 +6,7 @@ set -o errexit
set -o nounset
set -o pipefail

SWAGGER_CODEGEN_CLI_SRC=http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.2.3/swagger-codegen-cli-2.2.3.jar
SWAGGER_CODEGEN_CLI_SRC=https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.2.3/swagger-codegen-cli-2.2.3.jar
SWAGGER_CODEGEN_CLI="/tmp/swagger-codegen-cli.jar"
KUBEVIRT_SPEC="${KUBEVIRT_DIR}/api/openapi-spec/swagger.json"
CODEGEN_CONFIG_SRC="${KUBEVIRT_DIR}/hack/gen-client-python/swagger-codegen-config.json.in"
Expand Down

0 comments on commit f583b0e

Please sign in to comment.