---
+# Cron patterns:
+# test: 15 3 * * 1
+# master: 35 5 * * 1-5
+
stages:
- test
- linter
echo "-->";
cat "${CONFIG_FILE}" | sed -e "s/^\(root_password\) .*/\1 = ********/" -e "s/^\(password\) .*/\1 = ********/";
echo "<-- EOF"'
- - bin/waitfor 600
+ - bin/waitfor 5
- bin/create-vmware-template --verbose --color yes --config "${CONFIG_FILE}"
environment:
name: ${SYSTEM_STATUS}
echo "-->";
cat "${CONFIG_FILE}" | sed -e "s/^\(root_password\) .*/\1 = ********/" -e "s/^\(password\) .*/\1 = ********/";
echo "<-- EOF"'
- - bin/waitfor 1200
+ - bin/waitfor 10
- bin/create-vmware-template --verbose --color yes --config "${CONFIG_FILE}"
environment:
name: ${SYSTEM_STATUS}