fix
This commit is contained in:
2
.github/workflows/lo-test.yml
vendored
2
.github/workflows/lo-test.yml
vendored
@@ -168,9 +168,9 @@ jobs:
|
|||||||
ls *img.zst* ib-$DEVICE.tar.xz | parallel --wc 'while true; do curl -T {} -H "$AUTH" -H "Content-Type: application/octet-stream" "https://uploads.$cache_path/$cache_repo_id/assets?name={}" && break || true; done'
|
ls *img.zst* ib-$DEVICE.tar.xz | parallel --wc 'while true; do curl -T {} -H "$AUTH" -H "Content-Type: application/octet-stream" "https://uploads.$cache_path/$cache_repo_id/assets?name={}" && break || true; done'
|
||||||
set +e
|
set +e
|
||||||
for i in {1..20}; do curl -sL --fail https://github.com/klever1988/sshactions/releases/download/cache/lede.$DEVICE.img.zst.0$i || break; done | zstdmt -d -o /dev/null
|
for i in {1..20}; do curl -sL --fail https://github.com/klever1988/sshactions/releases/download/cache/lede.$DEVICE.img.zst.0$i || break; done | zstdmt -d -o /dev/null
|
||||||
set -e
|
|
||||||
if [ $? -eq 0 ]; then break; fi
|
if [ $? -eq 0 ]; then break; fi
|
||||||
done
|
done
|
||||||
|
set -e
|
||||||
|
|
||||||
- name: Send tg notification
|
- name: Send tg notification
|
||||||
if: env.TG
|
if: env.TG
|
||||||
|
|||||||
Reference in New Issue
Block a user