Fix spacing

This commit is contained in:
Daniel Berteaud 2024-04-11 15:13:04 +02:00
parent bb2ac2252e
commit d34520c6a2
1 changed files with 4 additions and 4 deletions

View File

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