From 62ef1172ebf0c5b72bc5ae270c163013735f03bf Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Tue, 29 Jul 2025 20:49:44 -0400 Subject: [PATCH] debug --- scripts/deploy_containers.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/deploy_containers.sh b/scripts/deploy_containers.sh index fb9bb26..5ebfced 100644 --- a/scripts/deploy_containers.sh +++ b/scripts/deploy_containers.sh @@ -1,6 +1,8 @@ #!/bin/bash # all new/updated tasks in the diff +echo $1 $2 + new_tasks = ($(git diff --name-only $1 $2 | grep '\.yml$')) if [! -z "$new_tasks"]; then