Skip to content

Commit 4127069

Browse files
author
Bram Vogelaar
committed
moving docs into the new location the registry prefers
1 parent 6359360 commit 4127069

40 files changed

+1
-182
lines changed

.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

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)