Skip to content

Commit

Permalink
Remove make website-test (hashicorp#10248)
Browse files Browse the repository at this point in the history
Remove make website-test because of the latest community commit:
hashicorp/terraform-website@6d41be4
  • Loading branch information
zhangtbj authored Oct 5, 2021
1 parent 2e8bd61 commit 71ba4a9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
endif
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)

website-test:
ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
git clone https://$(WEBSITE_REPO) $(GOPATH)/src/$(WEBSITE_REPO)
endif
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)

docscheck:
@sh -c "'$(CURDIR)/scripts/docscheck.sh'"

Expand Down

0 comments on commit 71ba4a9

Please sign in to comment.