...
List of Services README Generation / Generate Services List (push) Failing after 1m2s
Renovate / renovate (push) Failing after 5m20s

This commit is contained in:
2025-12-01 15:04:07 -05:00
parent cd92bd5378
commit 862745b6d3
-6
View File
@@ -131,12 +131,6 @@ jobs:
echo "Detected service changes:"
cat service_changes.txt
if [[ -z $(cat service_changes.txt) ]]; then
echo "watchtower" > service_changes.txt
echo "Placeholder:"
cat service_changes.txt
fi
mod_svcs=$(cut -d':' -f1 service_changes.txt | sort | uniq | tr '\n' ' ' | sed 's/ *$//')
echo "docker_svc_list<<EOF" >> "$GITHUB_OUTPUT"
echo "$mod_svcs" >> "$GITHUB_OUTPUT"