remove deleting generated code in clean step

This commit is contained in:
Alex Dadgar 2019-01-30 10:55:03 -08:00
parent bc804dda2e
commit 1bff98612d
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ clean: ## Remove build artifacts
@rm -rf "$(PROJECT_ROOT)/bin/"
@rm -rf "$(PROJECT_ROOT)/pkg/"
@rm -f "$(GOPATH)/bin/nomad"
@find client nomad -name '*.generated.*' -delete
.PHONY: travis
travis: ## Run Nomad test suites with output to prevent timeouts under Travis CI