Skip to content

Commit

Permalink
Fix the segmentation during "make test" (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsClark authored and wisererik committed Sep 4, 2019
1 parent c41aea5 commit bc79715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/CI/test
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ split_line(){

# Start the openapi-spec validation.
split_line "Start openapi-spec validation"
wget https://github.com/go-swagger/go-swagger/releases/download/v0.19.0/swagger_linux_amd64
wget https://github.com/go-swagger/go-swagger/releases/download/v0.19.0/swagger_linux_amd64 -O swagger_linux_amd64
chmod +x ./swagger_linux_amd64 && ./swagger_linux_amd64 validate --stop-on-error openapi-spec/swagger.yaml
rm ./swagger_linux_amd64

Expand Down

0 comments on commit bc79715

Please sign in to comment.