Skip to content

Commit

Permalink
Delete Python files before generating them
Browse files Browse the repository at this point in the history
  • Loading branch information
hausdorff committed Nov 23, 2018
1 parent 933e163 commit 370e323
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 727 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ $(OPENAPI_FILE)::
build:: $(OPENAPI_FILE)
$(GO) install $(VERSION_FLAGS) $(PROJECT)/cmd/$(PROVIDER)
$(GO) install $(VERSION_FLAGS) $(PROJECT)/cmd/$(CODEGEN)
rm -rf sdk/python/pulumi_kubernetes/*
for LANGUAGE in "nodejs" "python" ; do \
$(CODEGEN) $$LANGUAGE $(OPENAPI_FILE) pkg/gen/$${LANGUAGE}-templates $(PACKDIR) || exit 3 ; \
done
Expand Down
35 changes: 0 additions & 35 deletions sdk/python/pulumi_kubernetes/core/v1/NodeConfigSource.py

This file was deleted.

Loading

0 comments on commit 370e323

Please sign in to comment.