From: Frank Brehm Date: Wed, 6 Jul 2022 15:15:40 +0000 (+0200) Subject: Activating template building in .gitlab-ci.yml X-Git-Tag: 2.6.2~1^2~4 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=f5eb01876e868ffc53c35d5ef3d1c720271d67ec;p=pixelpark%2Fcreate-vmware-tpl.git Activating template building in .gitlab-ci.yml --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f31d36d..34caacb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -259,7 +259,7 @@ Linter: - 'if [ "${SYSTEM_STATUS}" = "development" ] ; then echo "No build is done."; else - echo "bin/create-vmware-template --verbose --color yes"; + bin/create-vmware-template --verbose --color yes; fi' Create Centos8 template: