mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
circleci-matrix: Display "Waiting for node0 - done" message on a new line
This commit is contained in:
parent
824f0fb5eb
commit
4e040de75d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user