From 7f3d6232e513093140daa5ede7d1cf11136c803f Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 7 Feb 2019 15:34:40 +0100 Subject: [PATCH] Minor changes to .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.5