From 1177ceab757eb32e008cbee2b6c538be7ee6e2a7 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 24 Jun 2020 11:44:36 +0200 Subject: [PATCH] Enabling generation of a Centos8 template --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b78928e..b3ca86f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -197,6 +197,7 @@ Create Centos8 template: echo "-->"; cat "${CONFIG_FILE}" | sed -e "s/^\(root_password\) .*/\1 = ********/" -e "s/^\(password\) .*/\1 = ********/"; echo "<-- EOF"' + - bin/create-vmware-template --verbose --color yes --config "${CONFIG_FILE}" environment: name: ${SYSTEM_STATUS} except: -- 2.39.5