From 74b11ff6bbe5c77f992fbdf39d5db117b5de8666 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Thu, 13 Apr 2023 11:58:23 -0400 Subject: [PATCH] More SHA automation debugging --- .github/workflows/cooker-selfhosted.yml | 1 - automation_tools/update_sha.sh | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index d70ad6b5..67c58423 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -44,7 +44,6 @@ jobs: org.freedesktop.Sdk.Extension.dotnet6/x86_64/21.08 echo ${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 - name: Build flatpak diff --git a/automation_tools/update_sha.sh b/automation_tools/update_sha.sh index 75edcf41..41005957 100644 --- a/automation_tools/update_sha.sh +++ b/automation_tools/update_sha.sh @@ -9,6 +9,9 @@ sha_update_list=${GITHUB_WORKSPACE}/automation_tools/sha_update_list.cfg echo "Manifest location: $rd_manifest" echo "Hash update list location: $sha_update_list" echo +echo "Update list contents:" +cat "$sha_update_list" +echo while IFS="^" read -r url placeholder do