Merge pull request #8199 from hashicorp/b-remove-tidy-from-dev

deps: remove tidy from dev makefile target
This commit is contained in:
Seth Hoenig 2020-06-18 08:56:58 -05:00 committed by GitHub
commit 838147512f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ dev: GOOS=$(shell go env GOOS)
dev: GOARCH=$(shell go env GOARCH)
dev: GOPATH=$(shell go env GOPATH)
dev: DEV_TARGET=pkg/$(GOOS)_$(GOARCH)/nomad
dev: tidy changelogfmt hclfmt ## Build for the current development platform
dev: changelogfmt hclfmt ## Build for the current development platform
@echo "==> Removing old development build..."
@rm -f $(PROJECT_ROOT)/$(DEV_TARGET)
@rm -f $(PROJECT_ROOT)/bin/nomad