Don't fail build if 9front VM is unavailable.
This commit is contained in:
parent
c8fc397054
commit
4cb893232e
|
@ -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: |
|
||||
ssh 9front "$(cd uxn && git rev-parse HEAD)"
|
||||
if ssh 9front true; then
|
||||
ssh 9front "$(cd uxn && git rev-parse HEAD)"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue