echo for debug
All checks were successful
Deploy Containers / Prepare (push) Successful in 3s

This commit is contained in:
2025-07-29 21:28:15 -04:00
parent 4a44efb0a8
commit 00023070bc

View File

@@ -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