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