From 7bcf35073abf7f3c744b50caaa585cf51a74b7f2 Mon Sep 17 00:00:00 2001 From: Panagiotis Date: Mon, 5 Dec 2016 13:57:19 +0000 Subject: [PATCH] Update (hopefully fixed) .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bcd7d5a..11ff949c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,8 @@ variables: before_script: - apt-get --quiet update --yes - apt-get --quiet install --yes wget tar unzip lib32stdc++6 lib32z1 - - wget --quiet --output-document=android-sdk.tgz https://dl.google.com/android/repository/tools_r${ANDROID_SDK_TOOLS}-linux.zip - - tar --extract --gzip --file=android-sdk.tgz + - wget --quiet --output-document=android-sdk.zip https://dl.google.com/android/repository/tools_r${ANDROID_SDK_TOOLS}-linux.zip + - unzip android-sdk.zip - echo y | android-sdk-linux/tools/android --silent update sdk --no-ui --all --filter android-${ANDROID_TARGET_SDK} - echo y | android-sdk-linux/tools/android --silent update sdk --no-ui --all --filter platform-tools - echo y | android-sdk-linux/tools/android --silent update sdk --no-ui --all --filter build-tools-${ANDROID_BUILD_TOOLS} @@ -25,4 +25,4 @@ build: - ./gradlew assembleDebug artifacts: paths: - - app/build/outputs/ + - app/build/outputs/ \ No newline at end of file