From 76604d3394f43c59df50f7b9b7dca38754caf0d8 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 6 Feb 2019 18:14:02 +0100 Subject: [PATCH] Enabling creation of template VM --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd69013..9d72d8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,7 +104,8 @@ Deploy OEL7 template image: - 'echo "max_wait_for_finish_install = ${MAX_WAIT_FOR_FINISH_INSTALL}" >> etc/create.ini' - 'echo "" >> etc/create.ini' - 'echo "; vim: filetype=dosini" >> etc/create.ini' - - 'echo "Generated etc/create.ini:"; cat etc/create.ini; echo "<-- EOF"' + #- 'echo "Generated etc/create.ini:"; cat etc/create.ini; echo "<-- EOF"' + - bin/create-vmware-template --verbose --color yes --config etc/create.ini environment: name: production except: @@ -112,4 +113,5 @@ Deploy OEL7 template image: - /^dev\/.*$/ - /^hf.*$/ - tags + when: 'manual' -- 2.39.5