8 printf "\n%*s\n\n" $(((${#title}+$COLUMNS)/2)) "********** $1 **********"
14 title "Starting docker build"
16 # clean up the docker build environment
23 # Get test config.yml file
24 cp $HOME/docker/config.yml .
30 if [[ "$ECODE" != "0" ]]; then
31 title "!!!!!! docker BUILD FAILED !!!!!!"
32 EXITCODE=$(($EXITCODE + $ECODE))
35 title "docker build complete"