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.
1 parent e3d257c commit 0d22660Copy full SHA for 0d22660
GNUmakefile
@@ -79,7 +79,7 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
79
git clone https://$(WEBSITE_REPO) $(GOPATH)/src/$(WEBSITE_REPO)
80
endif
81
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
82
-
+
83
## Additional OCI stuff that will need to be moved eventually
84
get: ;go get -u github.com/kardianos/govendor; go get golang.org/x/tools/cmd/goimports; go get github.com/mitchellh/gox
85
0 commit comments