]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Output changes
authorFrank Brehm <frank@brehm-online.com>
Fri, 25 Oct 2019 08:53:23 +0000 (10:53 +0200)
committerFrank Brehm <frank@brehm-online.com>
Fri, 25 Oct 2019 08:53:23 +0000 (10:53 +0200)
.gitlab-ci.yml

index 0725680e5912a90ead2d39414a5aa632de98ae86..7fd9fac0c20484134ed3f8435913f9b152f63c05 100644 (file)
@@ -88,6 +88,7 @@ Deploy OEL7 template image:
     - pwd
     # - echo; echo "Environment:"; env | sort -i -f; echo
     - rm -fv etc/create.ini
+    - 'echo; echo "########################"; echo "Estelle Vorlage ${TEMPLATE_NAME}"; echo "########################"; echo "Temporäre VM: ${TEMPLATE_VM_NAME} (in ${VSPHERE_VM_FOLDER})"; echo'
     - 'echo "[vSphere]" > etc/create.ini'
     - 'echo "host = ${VSPHERE_HOST}" >> etc/create.ini'
     - 'echo "port = ${VSPHERE_API_PORT}" >> etc/create.ini'
@@ -116,7 +117,6 @@ 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