debug
Some checks failed
Deploy Containers / Prepare (push) Failing after 3s

This commit is contained in:
2025-07-29 20:49:44 -04:00
parent f52cb2a88c
commit 62ef1172eb

View File

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