From: Frank Brehm Date: Thu, 7 Feb 2019 14:34:40 +0000 (+0100) Subject: Minor changes to .gitlab-ci.yml X-Git-Tag: 1.1.0^2~12 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=7f3d6232e513093140daa5ede7d1cf11136c803f;p=pixelpark%2Fcreate-vmware-tpl.git Minor changes to .gitlab-ci.yml --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b46559e..76ea008 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,8 @@ variables: MAX_WAIT_GENERAL: 60 MAX_WAIT_SHUTDOWN: 120 MAX_WAIT_FOR_FINISH_INSTALL: 3600 - GITLAB_USER_EMAIL: frank.brehm@pixelpark.com + LANG: 'de_DE.utf8' + LC_ALL: 'de_DE.utf8' .template_job: &job_definition before_script: @@ -111,7 +112,7 @@ 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