From f5eb01876e868ffc53c35d5ef3d1c720271d67ec Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 6 Jul 2022 17:15:40 +0200 Subject: [PATCH] Activating template building in .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5