Update .woodpecker.yml

This commit is contained in:
Santiago Lo Coco 2025-01-27 15:43:02 +01:00
parent 4d050ab5e8
commit 727ca272f1
Signed by: slococo
GPG Key ID: F995EFC8B68B1ADF
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ steps:
- git config --local user.name "$(git log --format=%an | head -n 1)"
- git config --local user.email "$(git log --format=%ae | head -n 1)"
- sed -i "s/^[A-Za-z0-9]\{64\}/$(sha256sum install.sh | cut -d' ' -f1)/" README.md
- sed -i "s/[A-Za-z0-9]\{64\}/$(sha256sum packages.csv | cut -d' ' -f1)/" install.sh
- if [ -z "$(git status --porcelain)" ]; then exit 0; fi
- git add README.md
- git commit -m "Update sha256sum"