git clone failed retry
This commit is contained in:
parent
9fd68f6ddb
commit
0f5d03fcc1
@ -36,7 +36,10 @@ sudo sysctl -p
|
||||
echo "⏳Downloading Ceremonyclient"
|
||||
sleep 1 # Add a 1-second delay
|
||||
cd ~
|
||||
git clone https://github.com/QuilibriumNetwork/ceremonyclient.git
|
||||
until git clone https://github.com/QuilibriumNetwork/ceremonyclient.git; do
|
||||
echo "Git clone failed, retrying..."
|
||||
sleep 2
|
||||
done
|
||||
cd ~/ceremonyclient/
|
||||
git checkout release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user