]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Re-armed .gitlab-ci.yml
authorFrank Brehm <frank.brehm@pixelpark.com>
Fri, 8 Feb 2019 14:27:48 +0000 (15:27 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Fri, 8 Feb 2019 14:27:48 +0000 (15:27 +0100)
.gitlab-ci.yml

index 36bc0e9c6c68c15a2b92b42bfd815824a1580b1d..9357b9be31c617f116f7e4edae7f648c1bef5aec 100644 (file)
@@ -84,7 +84,7 @@ Deploy OEL7 template image:
     - hostname -f
     - whoami
     - pwd
-    - echo; echo "Environment:"; env | sort -i -f; echo
+    - echo; echo "Environment:"; env | sort -i -f; echo
     - rm -fv etc/create.ini
     - 'echo "[vSphere]" > etc/create.ini'
     - 'echo "host = ${VSPHERE_HOST}" >> etc/create.ini'
@@ -113,8 +113,8 @@ 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"'
-    #- bin/create-vmware-template --verbose --color yes --config etc/create.ini
+    - '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
   except:
@@ -122,6 +122,6 @@ Deploy OEL7 template image:
     - /^dev\/.*$/
     - /^hf.*$/
     - tags
-#  only:
-#    - schedules
+  only:
+    - schedules