add ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-07-27 13:20:32 +02:00
parent 5f39587cb6
commit 76d4860647
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 2 additions and 3 deletions

View file

@ -5,7 +5,7 @@ steps:
commands:
- git config --global user.email ci@gitnet.fr
- git config --global user.name CI
- apk add curl
- apk add wget
- cp README.tpl.md README.md
- ./bin/rss -f https://www.deblan.io/RSS
- ./bin/rss -f https://www.deblan.io/RSS >> README.md

View file

@ -50,8 +50,7 @@ main() {
title=
link=
curl -I "$RSS_URL"
curl --silent "$RSS_URL" \
wget -q -O - "$RSS_URL" \
| grep -E "<(title|link)" \
| grep -v "<link>" \
| grep -v "gemini:" \