Skip to content

Commit 57cf742

Browse files
authored
Merge pull request #658 from terraform-providers/b-website-test
B website test
2 parents d76d148 + 0d22660 commit 57cf742

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

GNUmakefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ website-test:
7777
ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
7878
echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
7979
git clone https://$(WEBSITE_REPO) $(GOPATH)/src/$(WEBSITE_REPO)
80-
# Additional steps before registration is complete
81-
ln -s ../../../../ext/providers/oci/website/docs $(GOPATH)/src/$(WEBSITE_REPO)/content/source/docs/providers/oci
82-
ln -s ../../../ext/providers/oci/website/oci.erb $(GOPATH)/src/$(WEBSITE_REPO)/content/source/layouts/oci.erb
8380
endif
8481
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
8582

0 commit comments

Comments
 (0)