Update run.sh
This commit is contained in:
parent
5c60e9e3e9
commit
bc9f93c54c
2
run.sh
2
run.sh
@ -22,7 +22,7 @@ do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
git fetch $GIT_URL >> /dev/null
|
git fetch --all >> /dev/null
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "Git fetch from $GIT_URL failed."
|
echo "Git fetch from $GIT_URL failed."
|
||||||
sleep $delay
|
sleep $delay
|
||||||
|
Loading…
x
Reference in New Issue
Block a user