cloudflare/pint

Public

mirrored from https://github.com/cloudflare/pintAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.74.5

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

cmd/pint/bench/Makefile

9lines · modecode

1REVISION := 9f5c641bddde827d25c0284134c16a5ac3b94503
2
3.PHONE: fetch
4fetch:
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