From: Frank Brehm Date: Wed, 24 Jun 2020 09:19:46 +0000 (+0200) Subject: Modifying .gitlab-ci.yml for output of generated config file X-Git-Tag: 2.1.2^2~9^2~3 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=b891dff8c5ab4152931ffefa4791760d66a548f5;p=pixelpark%2Fcreate-vmware-tpl.git Modifying .gitlab-ci.yml for output of generated config file --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88a82df..5a490dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -179,7 +179,12 @@ Create Centos8 template: - 'echo "max_wait_for_finish_install = ${MAX_WAIT_FOR_FINISH_INSTALL}" >> "${CONFIG_FILE}"' - 'echo "" >> "${CONFIG_FILE}"' - 'echo "; vim: filetype=dosini" >> "${CONFIG_FILE}"' - - 'echo "Generated ${CONFIG_FILE}:"; ls -l "${CONFIG_FILE}" || true; echo; cat "${CONFIG_FILE}" | sed -e "s/^\(password|root_password\) .*/\1 = ********/"; echo "<-- EOF"' + - 'echo "Generated ${CONFIG_FILE}:"; + ls -l "${CONFIG_FILE}" || true; + echo; + echo "-->"; + cat "${CONFIG_FILE}" | sed -e "s/^\(root_password\) .*/\1 = ********/"-e "s/^\(password\) .*/\1 = ********/"; + echo "<-- EOF"' environment: name: ${SYSTEM_STATUS} except: