From 00023070bc3a335a7ed51aeae570ba48d0ef3474 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Tue, 29 Jul 2025 21:28:15 -0400 Subject: [PATCH] echo for debug --- scripts/deploy_containers.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deploy_containers.sh b/scripts/deploy_containers.sh index f5387a8..1a77000 100644 --- a/scripts/deploy_containers.sh +++ b/scripts/deploy_containers.sh @@ -4,6 +4,7 @@ echo $1 $2 new_tasks=($(git diff --name-only $1 $2 | grep '\.yml$')) +echo $new_tasks if [ ! -z "$new_tasks" ]; then for task in "${new_tasks[@]}"; do