From 1153a934252c12fb83f2ce9fefc54799d54561d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 24 Feb 2016 20:27:20 +0000 Subject: [PATCH] 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. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7a2d3041..f88bd603b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 $!