circleci-matrix: Display "Waiting for node0 - done" message on a new line

This commit is contained in:
Jean-Christophe Fillion-Robin 2016-11-26 23:58:23 -05:00
parent 824f0fb5eb
commit 4e040de75d
No known key found for this signature in database
GPG Key ID: 15C1A2812F958BD3

View File

@ -48,6 +48,7 @@ command:
exit_code=$?
if [[ $exit_code -eq 0 ]]; then break; elif [[ $exit_code -eq 1 ]]; then echo -n "."; else exit $exit_code;fi
done
echo ""
echo "Waiting for node0 - done"
echo "Copying base image from node0"