Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sauce_connect_block.sh « sauce « support « chai-1.9.0 « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 126d3710971372a9611b80885934ba8ab63c2d66 (plain)
1
2
3
4
5
6
7
#!/bin/bash


# Wait for Connect to be ready before exiting
while [ ! -f $SAUCE_CONNECT_READY_FILE ]; do
  sleep .5
done