We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d76d148 + 0d22660 commit 57cf742Copy full SHA for 57cf742
GNUmakefile
@@ -77,9 +77,6 @@ website-test:
77
ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
78
echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
79
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
83
endif
84
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
85
0 commit comments