remove deleting generated code in clean step
This commit is contained in:
parent
bc804dda2e
commit
1bff98612d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue