Skip to content

Commit

Permalink
API - Updated swagger-codegen-cli version (#1686)
Browse files Browse the repository at this point in the history
Fixes #1685
  • Loading branch information
Ark-kun authored and k8s-ci-robot committed Aug 1, 2019
1 parent c79addf commit f8e06c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/build_kfp_server_api_python_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ -z "$VERSION" ]; then
fi

codegen_file=/tmp/swagger-codegen-cli.jar
codegen_uri=http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.1/swagger-codegen-cli-2.4.1.jar
codegen_uri=http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.7/swagger-codegen-cli-2.4.7.jar
if ! [ -f "$codegen_file" ]; then
wget "$codegen_uri" -O "$codegen_file"
fi
Expand Down

0 comments on commit f8e06c3

Please sign in to comment.