File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ behavior "pull_request_size_labeler" "size" {
4646
4747behavior "pull_request_path_labeler" "cross_provider_labels" {
4848 label_map = {
49- " documentation" = [" website /**/*" ]
49+ " documentation" = [" docs /**/*" ]
5050 " dependencies" = [" vendor/**/*" ]
5151 }
5252}
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ script:
2525- make test
2626- make testacc
2727- make vet
28- - make website-test
2928
3029branches :
3130 only :
Original file line number Diff line number Diff line change 11TEST? =$$(go list ./... |grep -v 'vendor' )
22GOFMT_FILES? =$$(find . -name '*.go' |grep -v vendor )
3- WEBSITE_REPO =github.com/hashicorp/terraform-website
43PKG_NAME =http
54
65default : build
@@ -45,19 +44,4 @@ test-compile:
4544 fi
4645 go test -c $(TEST ) $(TESTARGS )
4746
48- website :
49- ifeq (,$(wildcard $(GOPATH ) /src/$(WEBSITE_REPO ) ) )
50- echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
51- git clone https://$(WEBSITE_REPO) $(GOPATH)/src/$(WEBSITE_REPO)
52- endif
53- @$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
54-
55- website-test :
56- ifeq (,$(wildcard $(GOPATH ) /src/$(WEBSITE_REPO ) ) )
57- echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
58- git clone https://$(WEBSITE_REPO) $(GOPATH)/src/$(WEBSITE_REPO)
59- endif
60- @$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
61-
62- .PHONY : build test testacc vet fmt fmtcheck errcheck vendor-status test-compile website website-test
63-
47+ .PHONY : build test testacc vet fmt fmtcheck errcheck vendor-status test-compile
Original file line number Diff line number Diff line change 11---
2- layout : " http"
32page_title : " HTTP Data Source"
4- sidebar_current : " docs-http-data-source"
53description : |-
64 Retrieves the content at an HTTP or HTTPS URL.
75---
Original file line number Diff line number Diff line change 11---
2- layout : " http"
3- page_title : " Provider: HTTP"
4- sidebar_current : " docs-http-index"
2+ page_title : " HTTP Provider"
53description : |-
64 The HTTP provider interacts with HTTP servers.
75---
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments