From: Frank Brehm Date: Fri, 8 Feb 2019 15:14:15 +0000 (+0100) Subject: Minor changes to .gitlab-ci.yml X-Git-Tag: 1.1.0^2~7^2 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=6f74a0ab3c252885758d1518924ffee3386c0546;p=pixelpark%2Fcreate-vmware-tpl.git Minor changes to .gitlab-ci.yml --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9357b9b..3674caa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,7 @@ variables: - pip install --upgrade --upgrade-strategy eager --requirement python_fb_tools/requirements.txt - pip install --upgrade --upgrade-strategy eager --requirement requirements.txt - cd python_fb_tools && ./compile-xlate-msgs.sh; cd .. + - if [ -x compile-xlate-msgs.sh ] ; then ./compile-xlate-msgs.sh; fi tags: - deploy after_script: @@ -114,6 +115,7 @@ Deploy OEL7 template image: - 'echo "" >> etc/create.ini' - 'echo "; vim: filetype=dosini" >> etc/create.ini' # - 'echo "Generated etc/create.ini:"; cat etc/create.ini; echo "<-- EOF"' + - 'echo; echo "Estelle Vorlage ${TEMPLATE_NAME}"; echo' - bin/create-vmware-template --verbose --color yes --config etc/create.ini environment: name: production