CI: Remove kill line
Hans correctly pointed out all this does is try to kill the echo. The AVD should be taken down along with the docker runner.
This commit is contained in:
parent
5cca8102d7
commit
1153a93425
@ -33,5 +33,3 @@ test:
|
||||
- adb shell input keyevent 82
|
||||
- echo " == Running Android tests on the 2.3.7 emulator"
|
||||
- ADB_INSTALL_TIMEOUT=8 ./gradlew connectedCheck || { adb logcat -d '*:W'; exit 1; }
|
||||
- echo " == Stopping Android 2.3.7 emulator"
|
||||
- kill $!
|
||||
|
Loading…
x
Reference in New Issue
Block a user