Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions spec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ifeq ($(DEBUG_OPS),1)
GENERATOR_FLAGS += --global-property debugOperations=true
endif

all: validate_spec generate_client ## General external client
all: download_spec validate_spec generate_client patch_client ## General external client

download_spec: ## Download openapi.yaml from public pinterest github repo
@echo ====Download openapi.yaml from public pinterest github repo====
Expand All @@ -25,8 +25,7 @@ generate_client: ## Generates a python client
./local-open-generator-cli generate -c config.yml -o ..
rm -rf ../test ../.gitlab-ci.yml ../.travis.yml ../git_push.sh


generate_client: ## Patch the generated client
patch_client: ## Patch the generated client
@echo ====Execiting patches====
python ./patches/remove_bool_none_type.py

Expand Down
Loading