Add missing semicolon

This commit is contained in:
Justin Kromlinger 2020-11-02 17:42:50 +01:00
parent 463ac73b69
commit d4bfcb130c
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -129,7 +129,7 @@ image:publish:secure:
script:
- LATEST=""
- if [[ "$GROUP" == "base" ]]; then
LATEST="--destination archlinux/archlinux:latest"
LATEST="--destination archlinux/archlinux:latest";
fi
- /kaniko/executor
--whitelist-var-run="false"