From 92748ac872be93e245943be86746bd28ed0efff0 Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Tue, 21 Nov 2017 17:28:11 +0000 Subject: [PATCH] Accept build tools license for CI. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7aa7299031..a4c894a92c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,8 @@ cache: before_script: - set -e - export GRADLE_USER_HOME=$PWD/.gradle + # Accept the license for the Android build tools + - echo y | /opt/android-sdk/tools/bin/sdkmanager "build-tools;26.0.2" # Install the Android support repository # TODO: Remove this when we upgrade the support library - echo y | /opt/android-sdk/tools/bin/sdkmanager 'extras;android;m2repository' -- GitLab