mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
debug
This commit is contained in:
parent
a4809f9e9f
commit
d9697f070d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/dist.yml
vendored
1
.github/workflows/dist.yml
vendored
|
|
@ -42,6 +42,7 @@ jobs:
|
|||
for exporter in $(echo ${service} | base64 --decode | jq -r '.exporters[] | @base64'); do
|
||||
exporterName=$(echo ${exporter} | base64 --decode | jq -r '.slug')
|
||||
cat dist/template.yml | liquid "$(echo ${exporter} | base64 --decode)" > ${subdir}/${exporterName}.yml
|
||||
echo ${subdir}/${exporterName}.yml
|
||||
done
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue