Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
9f17cdb455
commit
ae83c1ece1
|
@ -12,7 +12,7 @@ steps:
|
||||||
- git config --local user.email "$(git log --format=%ae | head -n 1)"
|
- git config --local user.email "$(git log --format=%ae | head -n 1)"
|
||||||
- shasum=$(sha256sum install.sh)
|
- shasum=$(sha256sum install.sh)
|
||||||
- oldShasum=$(grep -oP "^[[:alnum:]]{64}" README.md)
|
- oldShasum=$(grep -oP "^[[:alnum:]]{64}" README.md)
|
||||||
- [ "$shasum" = "$oldShasum" ] || sed -i "s/$oldShasum/$shasum/" README.md
|
- if ! [ "$shasum" = "$oldShasum" ]; then sed -i "s/$oldShasum/$shasum/" README.md; fi
|
||||||
- if [ -z "$(git status --porcelain)" ]; then exit 0; fi
|
- if [ -z "$(git status --porcelain)" ]; then exit 0; fi
|
||||||
- git add README.md
|
- git add README.md
|
||||||
- git commit -m "Update sha256sum"
|
- git commit -m "Update sha256sum"
|
||||||
|
|
Loading…
Reference in New Issue