mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
TEST: backupping and restoring manifest in case of hashes failure
This commit is contained in:
parent
4f1c3c860e
commit
1bf16a92dc
6
.github/workflows/cooker-selfhosted.yml
vendored
6
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -73,10 +73,8 @@ jobs:
|
|||
echo "Recalculating hashes and retrying download..."
|
||||
rm -f "{GITHUB_WORKSPACE}/net.retrodeck.retrodeck.yml"
|
||||
cp "${GITHUB_WORKSPACE}/net.retrodeck.retrodeck.yml.bak" "${GITHUB_WORKSPACE}/net.retrodeck.retrodeck.yml"
|
||||
ls -lah "${GITHUB_WORKSPACE}" # DEBUG
|
||||
ls -lah "${GITHUB_WORKSPACE}/automation_tools" # DEBUG
|
||||
"/bin/bash ${GITHUB_WORKSPACE}/automation_tools/pre_build_automation.sh"
|
||||
"/bin/bash ${GITHUB_WORKSPACE}/automation_tools/flatpak_build_download_only.sh"
|
||||
"${GITHUB_WORKSPACE}/automation_tools/pre_build_automation.sh"
|
||||
"${GITHUB_WORKSPACE}/automation_tools/flatpak_build_download_only.sh"
|
||||
|
||||
- name: Build flatpak
|
||||
run: "/bin/bash ${GITHUB_WORKSPACE}/automation_tools/flatpak_build_only.sh"
|
||||
|
|
Loading…
Reference in a new issue