chiark / gitweb /
make git pre-commit hook only test files to be committed
[fdroidserver.git] / .gitlab-ci.yml
index 74ae03930d7cf459ed3fe7c9918165235f8bca27..a1b3148a073d97cb7dbd6ebc510af074194c029f 100644 (file)
@@ -23,9 +23,9 @@ before_script:
   - export ANDROID_HOME=$PWD/android-sdk
   - export PATH="$ANDROID_HOME/tools:$PATH"
   - echo " == Installing Android SDK components"
-  - echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.1
+  - echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.2
   - export PATH="$ANDROID_HOME/platform-tools:$PATH"
-  - export PATH="$ANDROID_HOME/build-tools/23.0.1:$PATH"
+  - export PATH="$ANDROID_HOME/build-tools/23.0.2:$PATH"
 
 test:
   script: