Trimming unused freelancing services. #868

Merged
Trez.One merged 15 commits from self-emp-turndown_2025-10-28T06-11-34 into main 2025-10-29 06:56:54 -04:00
Showing only changes of commit 6257393865 - Show all commits
@@ -112,7 +112,7 @@ jobs:
modified_svcs=$(grep -E ': modified' service_changes.txt | cut -d':' -f1 | sort | uniq)
removed_svcs=$(grep -E ': removed' service_changes.txt | cut -d':' -f1 | sort | uniq)
# Gather list of modified/added services (ignore removed for build/test)
# Gather list of modified/added services
mod_svcs=$( (echo "$added_svcs"; echo "$modified_svcs") | tr ' ' '\n' | sort -u | grep -v '^$' || true)
if [ -z "$mod_svcs" ]; then
@@ -154,6 +154,8 @@ jobs:
echo "$removed_svcs" >> "$GITHUB_OUTPUT"
echo "EOF" >> "$GITHUB_OUTPUT"
# Always exit cleanly
exit 0
docker-compose-dry-run:
name: Docker Compose Dry Run