build: Remove format check from plugin-dev
This is intended to reduce cycle time during provider development.
This commit is contained in:
parent
21f2728a17
commit
3593ea8b0a
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ core-test: generate
|
||||||
|
|
||||||
# Shorthand for building and installing just one plugin for local testing.
|
# Shorthand for building and installing just one plugin for local testing.
|
||||||
# Run as (for example): make plugin-dev PLUGIN=provider-aws
|
# 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)
|
go install github.com/hashicorp/terraform/builtin/bins/$(PLUGIN)
|
||||||
mv $(GOPATH)/bin/$(PLUGIN) $(GOPATH)/bin/terraform-$(PLUGIN)
|
mv $(GOPATH)/bin/$(PLUGIN) $(GOPATH)/bin/terraform-$(PLUGIN)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue