Skip to content

Commit

Permalink
Setting the go get cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Jan 17, 2019
1 parent 1e85f2a commit 60b36ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@ lint:

tools:
@echo "==> installing required tooling..."
./scripts/gogetcookie.sh
GO111MODULE=off go get -u github.com/alecthomas/gometalinter
gometalinter --install

vendor-status:
@govendor status

test-compile:
@if [ "$(TEST)" = "./..." ]; then \
echo "ERROR: Set TEST to a specific package. For example,"; \
Expand All @@ -76,4 +74,4 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
endif
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)

.PHONY: build build-docker test test-docker testacc vet fmt fmtcheck errcheck vendor-status test-compile website website-test
.PHONY: build build-docker test test-docker testacc vet fmt fmtcheck errcheck test-compile website website-test

0 comments on commit 60b36ce

Please sign in to comment.