Removing Watchtower placeholder in renovate-pr-deploy workflow.
List of Services README Generation / Generate Services List (push) Failing after 2m15s
Renovate / renovate (push) Successful in 6m29s

This commit is contained in:
2025-11-08 07:47:02 -05:00
parent 6529b8f176
commit 7636f637e4
-6
View File
@@ -89,12 +89,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"