Skip to content

Commit 605f4e2

Browse files
authored
Remove make website-test (#3706)
Remove `make website-test` because of the latest community commit: `Remove make website-test and friends` hashicorp/terraform-website@6d41be4
1 parent 9762599 commit 605f4e2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

GNUmakefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
5050
endif
5151
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
5252

53-
website-test:
54-
ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
55-
echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
56-
git clone https://$(WEBSITE_REPO) $(GOPATH)/src/$(WEBSITE_REPO)
57-
endif
58-
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
59-
6053
docscheck:
6154
@sh -c "'$(CURDIR)/scripts/docscheck.sh'"
6255

0 commit comments

Comments
 (0)