Эх сурвалжийг харах

Revert "Fix maybe"

This reverts commit d004a5d8ff7e6ec1a6209438a3ef79612e0f4b6c.
Mario Danic 7 жил өмнө
parent
commit
e9d485f022
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      .drone.yml

+ 2 - 2
.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.*/s/^\\/\\///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