File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 1
1
TEST? =$$(go list ./... |grep -v 'vendor' )
2
2
GOFMT_FILES? =$$(find . -name '*.go' |grep -v vendor )
3
- WEBSITE_REPO =github.com/hashicorp/terraform-website
4
3
PKG_NAME =vra
5
4
6
5
default : build
@@ -56,18 +55,4 @@ test-compile:
56
55
fi
57
56
go test -c $(TEST ) $(TESTARGS )
58
57
59
- website :
60
- ifeq (,$(wildcard $(GOPATH ) /src/$(WEBSITE_REPO ) ) )
61
- echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
62
- git clone https://$(WEBSITE_REPO) $(GOPATH)/src/$(WEBSITE_REPO)
63
- endif
64
- @$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
65
-
66
- website-test :
67
- ifeq (,$(wildcard $(GOPATH ) /src/$(WEBSITE_REPO ) ) )
68
- echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
69
- git clone https://$(WEBSITE_REPO) $(GOPATH)/src/$(WEBSITE_REPO)
70
- endif
71
- @$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
72
-
73
- .PHONY : build test testacc vet fmt fmtcheck errcheck vendor-status test-compile website website-test
58
+ .PHONY : build test testacc vet fmt fmtcheck errcheck vendor-status test-compile
You can’t perform that action at this time.
0 commit comments