mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-10-31 19:42:39 +00:00
Don't fail build if 9front VM is unavailable.
This commit is contained in:
parent
c8fc397054
commit
4cb893232e
1 changed files with 3 additions and 1 deletions
|
@ -84,4 +84,6 @@ tasks:
|
|||
acurl -fsS "https://pages.sr.ht/publish/${SITE}" -Fcontent=@out.tar.gz
|
||||
acurl -fsS "https://pages.sr.ht/publish/${SITE}" -Fcontent=@out.tar.gz -Fprotocol=GEMINI
|
||||
- build-9front: |
|
||||
if ssh 9front true; then
|
||||
ssh 9front "$(cd uxn && git rev-parse HEAD)"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue