Thsi allows the gate job to run w/o user input.
Change-Id: I8f5d1263290669af05fc08fac2ff92732dedb354
Signed-off-by: James Gu <james.gu@att.com>
pre_genesis
;;
'deploy_site')
- read -n 1 -p "This script will clean up the genesis node. Continue (Y/N) ?" input
- case $input in
- [Yy] ) break;;
- [Nn] ) exit 1;;
- * ) echo "Please answer yes or no."; exit 1;
- esac
-
clone_repos
pegleg_collect
promenade_bundle