Skip to content

Commit

Permalink
Merge pull request #1665 from nextcloud/drone-26
Browse files Browse the repository at this point in the history
Bump drone
  • Loading branch information
tobiasKaminsky authored Oct 13, 2017
2 parents 3dc3d69 + 1a06028 commit 0627678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pipeline:
test:
image: nextcloudci/android:android-24
image: nextcloudci/android:android-26
commands:
# uncomment gplay for Gplay, Modified only
- sh -c "if [ '$FLAVOUR' != 'Generic' ]; then sed -i '/.*com.google.*/s/^.*\\/\\///g' build.gradle; fi"
Expand Down Expand Up @@ -29,7 +29,7 @@ pipeline:
- LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/:/opt/android-sdk-linux/tools/lib64/gles_mesa/

lint:
image: nextcloudci/android:android-24
image: nextcloudci/android:android-26
commands:
# needs gplay
- sed -i '/.*com.google.*/s/^.*\\/\\///g' build.gradle
Expand Down

0 comments on commit 0627678

Please sign in to comment.