This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user