mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-13 22:51:31 +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=$?
|
exit_code=$?
|
||||||
if [[ $exit_code -eq 0 ]]; then break; elif [[ $exit_code -eq 1 ]]; then echo -n "."; else exit $exit_code;fi
|
if [[ $exit_code -eq 0 ]]; then break; elif [[ $exit_code -eq 1 ]]; then echo -n "."; else exit $exit_code;fi
|
||||||
done
|
done
|
||||||
|
echo ""
|
||||||
echo "Waiting for node0 - done"
|
echo "Waiting for node0 - done"
|
||||||
|
|
||||||
echo "Copying base image from node0"
|
echo "Copying base image from node0"
|
||||||
|
Loading…
Reference in New Issue
Block a user