mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-19 12:38:07 +00:00
update gitlab-ci
This commit is contained in:
parent
4e2663779d
commit
cb0e7257f8
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ failcounter=0
|
|||
timeout_in_sec=360
|
||||
|
||||
until [[ "$bootanim" =~ "stopped" ]]; do
|
||||
bootanim=`adb -e shell getprop init.svc.bootanim 2>&1 &`
|
||||
bootanim=`${ANDROID_HOME}/platform-tools/adb -e shell getprop init.svc.bootanim 2>&1 &`
|
||||
if [[ "$bootanim" =~ "device not found" || "$bootanim" =~ "device offline"
|
||||
|| "$bootanim" =~ "running" ]]; then
|
||||
let "failcounter += 1"
|
||||
|
|
@ -25,4 +25,4 @@ until [[ "$bootanim" =~ "stopped" ]]; do
|
|||
sleep 1
|
||||
done
|
||||
|
||||
echo "Emulator is ready"
|
||||
echo "Emulator is ready"
|
||||
Loading…
Add table
Reference in a new issue