cloudflare/pint
Publicmirrored from https://github.com/cloudflare/pintAvailable
cmd/pint/bench/Makefile
9lines · modecode
| 1 | REVISION := 9f5c641bddde827d25c0284134c16a5ac3b94503 |
| 2 | |
| 3 | .PHONE: fetch |
| 4 | fetch: |
| 5 | curl -sL -o archive.tar.gz https://github.com/samber/awesome-prometheus-alerts/archive/$(REVISION).tar.gz |
| 6 | tar -xf archive.tar.gz |
| 7 | rm -fr rules |
| 8 | mv awesome-prometheus-alerts-$(REVISION)/dist/rules rules |
| 9 | rm -fr awesome-prometheus-alerts-$(REVISION) archive.tar.gz |
| 10 | |