cloudflare/pint

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.57.2

Branches

Tags

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

Clone

HTTPS

Download ZIP

cmd/pint/bench/Makefile

9lines · modecode

1REVISION := 31a27fb9e0e778bd8fe6097aa58c8ea598fe9cec
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