]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blobdiff - GNUmakefile
Merge branch 'fix_read_test' of github.com:alexandreFre/terraform-provider-statuscake
[github/fretlink/terraform-provider-statuscake.git] / GNUmakefile
index 98a0985bc4c8a735d73f4131168c876b10090866..53139eb61f0f05541941231ac15e6eb265c435db 100644 (file)
@@ -34,8 +34,6 @@ fmtcheck:
 errcheck:
        @sh -c "'$(CURDIR)/scripts/errcheck.sh'"
 
-vendor-status:
-       @govendor status
 
 test-compile:
        @if [ "$(TEST)" = "./..." ]; then \
@@ -59,5 +57,5 @@ 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 test testacc vet fmt fmtcheck errcheck vendor-status test-compile website website-test
+.PHONY: build test testacc vet fmt fmtcheck errcheck test-compile website website-test