mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +00:00
Fix: pipelines download retry
This commit is contained in:
parent
45cca6a765
commit
39a20a2911
1
.github/workflows/cooker-selfhosted.yml
vendored
1
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -73,6 +73,7 @@ jobs:
|
||||||
--download-only \
|
--download-only \
|
||||||
${GITHUB_WORKSPACE}/retrodeck-flatpak-cooker \
|
${GITHUB_WORKSPACE}/retrodeck-flatpak-cooker \
|
||||||
net.retrodeck.retrodeck.yml
|
net.retrodeck.retrodeck.yml
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
# Sometimes flatpak download fails, in this case it tries a second time
|
# Sometimes flatpak download fails, in this case it tries a second time
|
||||||
- name: "Build flatpak: download only (retry)"
|
- name: "Build flatpak: download only (retry)"
|
||||||
|
|
1
.github/workflows/main-selfhosted.yml
vendored
1
.github/workflows/main-selfhosted.yml
vendored
|
@ -67,6 +67,7 @@ jobs:
|
||||||
--download-only \
|
--download-only \
|
||||||
${GITHUB_WORKSPACE}/retrodeck-flatpak-cooker \
|
${GITHUB_WORKSPACE}/retrodeck-flatpak-cooker \
|
||||||
net.retrodeck.retrodeck.yml
|
net.retrodeck.retrodeck.yml
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
# Sometimes flatpak download fails, in this case it tries a second time
|
# Sometimes flatpak download fails, in this case it tries a second time
|
||||||
- name: "Build flatpak: download only (retry)"
|
- name: "Build flatpak: download only (retry)"
|
||||||
|
|
Loading…
Reference in a new issue