Merge pull request #7126 from hashicorp/build-plugin-format-check
build: Remove format check from plugin-dev
This commit is contained in:
commit
93a2703d46
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ core-test: generate
|
|||
|
||||
# Shorthand for building and installing just one plugin for local testing.
|
||||
# Run as (for example): make plugin-dev PLUGIN=provider-aws
|
||||
plugin-dev: fmtcheck generate
|
||||
plugin-dev: generate
|
||||
go install github.com/hashicorp/terraform/builtin/bins/$(PLUGIN)
|
||||
mv $(GOPATH)/bin/$(PLUGIN) $(GOPATH)/bin/terraform-$(PLUGIN)
|
||||
|
||||
|
|
Loading…
Reference in New Issue