mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
Ruby is out of date
This commit is contained in:
parent
97b3262cff
commit
983ca2f400
1 changed files with 3 additions and 2 deletions
5
.github/workflows/dist.yml
vendored
5
.github/workflows/dist.yml
vendored
|
|
@ -25,11 +25,12 @@ jobs:
|
|||
uses: mikefarah/yq@master
|
||||
|
||||
- name: Install liquid
|
||||
run: gem install liquid-cli
|
||||
run: |
|
||||
gem install liquid -v 5.5.1
|
||||
gem install liquid-cli
|
||||
|
||||
- name: Build rule configuration
|
||||
run: |
|
||||
gem install liquid-cli
|
||||
cat _data/rules.yml | yq -I 0 -o json > _data/rules.json
|
||||
|
||||
rm -rf dist/rules
|
||||
|
|
|
|||
Loading…
Reference in a new issue