same
This commit is contained in:
parent
f216ab774b
commit
b1a0cbae19
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue