[DOCKER] Automated PR for docker-ovos-misc-modifications_2025-09-01T15-10-07 - #2 #2

Merged
gitea-sonarqube-bot merged 14 commits from docker-ovos-misc-modifications_2025-09-01T15-10-07 into main 2025-09-01 18:26:24 -04:00
Showing only changes of commit c943008ad1 - Show all commits
+2 -2
View File
@@ -108,11 +108,11 @@ jobs:
# Temp files to store all services
touch services_main_all.txt services_head_all.txt
pwd
for f in "${COMPOSE_FILES[@]}"; do
echo "Processing $f"
safe_f=$(echo "$f" | sed 's|[./]|_|g')
# Fetch main version
git show origin/main:"$f" > "main_$f" 2>/dev/null || touch "main_$f"
cp "$f" "head_$f"