Skip to content

Commit

Permalink
Merge pull request #10210 from steven-zou/chore/clear_scanner_specs_1.10
Browse files Browse the repository at this point in the history
Chore/clear scanner specs 1.10
  • Loading branch information
steven-zou committed Dec 10, 2019
2 parents 9efe8b4 + 07dbbf1 commit af73efb
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 396 deletions.
389 changes: 0 additions & 389 deletions API/scanner/scanner-adapter-openapi-v1.0.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ swagger_client:
wget -q http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.3.1/swagger-codegen-cli-2.3.1.jar -O swagger-codegen-cli.jar
rm -rf harborclient
mkdir harborclient
java -jar swagger-codegen-cli.jar generate -i API/harbor/swagger.yaml -l python -o harborclient
java -jar swagger-codegen-cli.jar generate -i api/harbor/swagger.yaml -l python -o harborclient
cd harborclient; python ./setup.py install
pip install docker -q
pip freeze
Expand Down
Loading

0 comments on commit af73efb

Please sign in to comment.