diff options
| author | Michael Grote | 2024-05-07 00:23:22 +0200 |
|---|---|---|
| committer | Michael Grote | 2024-05-07 00:23:22 +0200 |
| commit | f216ab774b4ae11f34bf1c4cebf331ab5e49b649 (patch) | |
| tree | 9c7bc4722f8ceb50315d1308a7c81e4c8eca872e /.woodpecker | |
| parent | 9bf31c10e163f6b684e44378406bc5797472a7f0 (diff) | |
ci: fix syntax
Diffstat (limited to '.woodpecker')
| -rw-r--r-- | .woodpecker/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 7a88c15..ea06835 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -13,7 +13,7 @@ steps: - cp sanoid.timer sanoid/ - cd sanoid # get latest tag for version - - 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 |