Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

Commit 8ac2cc7

Browse files
author
Sergey Kibish
committed
Remove build&push from Makefile, because process is now automated
1 parent 24bc12e commit 8ac2cc7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Makefile

-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
# A Self-Documenting Makefile: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
22

3-
VERSION = 1.1.1
4-
53
.PHONY: test build push
64
.DEFAULT_GOAL := help
75

86
test: ## run tests
97
go test -cover -race `go list ./... | grep -v /vendor/ | grep -v /cmd/`
108

11-
build: ## build binaries for distribution
12-
docker build -t skibish/trashdiena:latest -t skibish/trashdiena:${VERSION} .
13-
14-
push: ## push images to the registry
15-
docker push skibish/trashdiena:latest
16-
docker push skibish/trashdiena:${VERSION}
17-
189
help:
1910
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

0 commit comments

Comments
 (0)