From 7da82e72aff2c62c08fa020d825ae443f9081087 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Thu, 10 Aug 2017 20:45:50 +0200 Subject: [PATCH] Revert "Update drone" This reverts commit 95be67c068653ea28ec14187ce87d2e06111ece3. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3634b96dd1..8342c9dc5c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ pipeline: image: nextcloudci/android:android-18 commands: # uncomment gplay for Gplay, Modified only - - sh -c "if [ '$FLAVOUR' != 'Generic' ]; then sed -i '/com.google.*/g' build.gradle; fi" + - sh -c "if [ '$FLAVOUR' != 'Generic' ]; then sed -i '/com.google.*/s/^.*\\/\\///g' build.gradle; fi" # - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M # - emulator -avd test -no-window & @@ -46,4 +46,4 @@ matrix: - Gplay - Modified -branches: master +branches: master \ No newline at end of file