OVOS Purge #70

Merged
gitea-sonarqube-bot merged 11 commits from ha-assist-overhaul_2025-12-06T20-34-20 into main 2025-12-09 09:10:28 -05:00
Showing only changes of commit 2f2d7bb87d - Show all commits
+5
View File
@@ -69,6 +69,11 @@ jobs:
notification_title: "GITEA: Services TBD"
notification_message: "Generating list of services to deploy..."
- name: Save both versions of docker-compose.yml
run: |
git show origin/main:docker-compose.yml > docker-compose-main.yml || touch docker-compose-main.yml
cp docker-compose.yml docker-compose-head.yml
- name: Detect added, deleted, and modified services
id: detect_services
run: |