mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
More SHA automation debugging
This commit is contained in:
parent
db8b118626
commit
74b11ff6bb
1
.github/workflows/cooker-selfhosted.yml
vendored
1
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -44,7 +44,6 @@ jobs:
|
||||||
org.freedesktop.Sdk.Extension.dotnet6/x86_64/21.08
|
org.freedesktop.Sdk.Extension.dotnet6/x86_64/21.08
|
||||||
echo ${GITHUB_WORKSPACE} #DEBUG
|
echo ${GITHUB_WORKSPACE} #DEBUG
|
||||||
df -h ${GITHUB_WORKSPACE} #DEBUG
|
df -h ${GITHUB_WORKSPACE} #DEBUG
|
||||||
ls -la ${GITHUB_WORKSPACE} #DEBUG
|
|
||||||
sh ${GITHUB_WORKSPACE}/automation_tools/update_sha.sh # Run SHA placehold replacement script for dynamic archives
|
sh ${GITHUB_WORKSPACE}/automation_tools/update_sha.sh # Run SHA placehold replacement script for dynamic archives
|
||||||
|
|
||||||
- name: Build flatpak
|
- name: Build flatpak
|
||||||
|
|
|
@ -9,6 +9,9 @@ sha_update_list=${GITHUB_WORKSPACE}/automation_tools/sha_update_list.cfg
|
||||||
echo "Manifest location: $rd_manifest"
|
echo "Manifest location: $rd_manifest"
|
||||||
echo "Hash update list location: $sha_update_list"
|
echo "Hash update list location: $sha_update_list"
|
||||||
echo
|
echo
|
||||||
|
echo "Update list contents:"
|
||||||
|
cat "$sha_update_list"
|
||||||
|
echo
|
||||||
|
|
||||||
while IFS="^" read -r url placeholder
|
while IFS="^" read -r url placeholder
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue