update ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-07-30 13:35:48 +02:00
commit be6902760b
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -7,8 +7,7 @@ steps:
- git config --global user.name CI
- 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
- ./bin/rss -f https://www.deblan.io/RSS | head -n 10 >> README.md
- cat README.md
- git status
- git add .