Skip to content

Commit

Permalink
Need to change to https url on swagger-codegen download (googleforgam…
Browse files Browse the repository at this point in the history
…es#1278)

This broke CI, so fixing it!
  • Loading branch information
markmandel authored and roberthbailey committed Jan 15, 2020
1 parent ec0c409 commit b4f933b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-sdk-images/restapi/build-sdk-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@


mkdir /go/src/agones.dev/agones/swagger
wget -q http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.10/swagger-codegen-cli-2.4.10.jar -O /tmp/swagger-codegen-cli.jar
wget -q https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.10/swagger-codegen-cli-2.4.10.jar -O /tmp/swagger-codegen-cli.jar
java -jar /tmp/swagger-codegen-cli.jar generate -i /go/src/agones.dev/agones/sdk.swagger.json -l go -o /go/src/agones.dev/agones/test/sdk/restapi/swagger

0 comments on commit b4f933b

Please sign in to comment.