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 1dcdd4b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@ lint:

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

vendor-status:
@govendor status
GO111MODULE=off gometalinter --install

test-compile:
@if [ "$(TEST)" = "./..." ]; then \
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 1dcdd4b

Please sign in to comment.