Skip to content

Commit 7c3ee26

Browse files
Merge pull request #413 from attachmentgenie/registry_new_docs_location
Registry new docs location
2 parents d5c5776 + 0ee93b6 commit 7c3ee26

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1
-229
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/website.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

GNUmakefile

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
TEST?=./gitlab
22
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
3-
WEBSITE_REPO=github.com/hashicorp/terraform-website
43
PKG_NAME=gitlab
54

65
default: build
@@ -49,19 +48,5 @@ test-compile:
4948
fi
5049
go test -c $(TEST) $(TESTARGS)
5150

52-
website:
53-
ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
54-
echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
55-
git clone https://$(WEBSITE_REPO) $(GOPATH)/src/$(WEBSITE_REPO)
56-
endif
57-
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
58-
59-
website-test:
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-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
65-
66-
.PHONY: build test testacc vet fmt fmtcheck errcheck test-compile website website-test
51+
.PHONY: build test testacc vet fmt fmtcheck errcheck test-compile
6752

0 commit comments

Comments
 (0)