same
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Michael Grote 2024-05-07 00:23:42 +02:00
parent f216ab774b
commit b1a0cbae19

View file

@ -13,7 +13,8 @@ steps:
- cp sanoid.timer sanoid/
- cd sanoid
# get latest tag for version
- export version=$(curl --silent -L -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/jimsalterjrs/sanoid/releases/latest | jq .tag_name | sed s/\"//g)
- |
export version=$(curl --silent -L -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/jimsalterjrs/sanoid/releases/latest | jq .tag_name | sed s/\"//g)
- ls -lah
- pwd
- chmod 0755 sanoid