2015-09-04 14:27:44 +00:00
|
|
|
VERSION = $(shell git describe --tags)
|
|
|
|
|
2015-09-04 13:36:49 +00:00
|
|
|
test:
|
|
|
|
go generate
|
|
|
|
go run *.go \
|
|
|
|
--probe="https://www.cloudkeys.de/" \
|
|
|
|
--probe="https://foo.hub.luzifer.io/" \
|
|
|
|
--probe="https://registry.luzifer.io/" \
|
|
|
|
--probe="https://blog.knut.me/" \
|
|
|
|
--probe="https://gobuilder.me/" \
|
|
|
|
--probe="https://pwd.luzifer.io/" \
|
|
|
|
--probe="https://www.itpad.de/" \
|
2017-11-05 16:38:33 +00:00
|
|
|
--probe="https://mondash.org/" \
|
|
|
|
--log-level debug
|
2015-09-04 14:27:44 +00:00
|
|
|
|
2016-01-25 23:41:21 +00:00
|
|
|
container:
|
2015-09-04 14:27:44 +00:00
|
|
|
docker build -t luzifer/promcertcheck .
|
2017-06-26 13:12:36 +00:00
|
|
|
|
|
|
|
publish:
|
|
|
|
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
|
|
|
bash golang.sh
|