File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -75,14 +75,11 @@ endif
7575
7676website-test :
7777ifeq (,$(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
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 )
8380endif
84- @$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
85-
81+ @$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
82+
8683# # Additional OCI stuff that will need to be moved eventually
8784get : ;go get -u github.com/kardianos/govendor; go get golang.org/x/tools/cmd/goimports; go get github.com/mitchellh/gox
8885
You can’t perform that action at this time.
0 commit comments