diff --git a/templates/group_start b/templates/group_start index 9d0d70b..de0f503 100644 --- a/templates/group_start +++ b/templates/group_start @@ -26,8 +26,8 @@ [[- if and (has . "image") (regexp.Match "SNAPSHOT" .image) ]] - meta { - # Force job to run each time as we're running a snapshot version - run = "${uuidv4()}" - } + meta { + # Force job to run each time as we're running a snapshot version + run = "${uuidv4()}" + } [[- end ]]