mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 11:25:39 +00:00
TEST: backupping and restoring manifest in case of hashes failure
This commit is contained in:
parent
f1c33cfdad
commit
4f1c3c860e
4
.github/workflows/cooker-selfhosted.yml
vendored
4
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -73,8 +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 "/bin/bash ${GITHUB_WORKSPACE}" # DEBUG
|
||||
ls -lah "/bin/bash ${GITHUB_WORKSPACE}/automation_tools" # DEBUG
|
||||
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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue