Using different Docker image
This commit is contained in:
parent
38ffc97e74
commit
353fa03adf
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ variables:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install wget tar unzip bash
|
- apt install -y wget tar unzip bash
|
||||||
- wget --quiet --output-document=android-sdk.zip https://dl.google.com/android/repository/commandlinetools-linux-${ANDROID_SDK_TOOLS}_latest.zip
|
- wget --quiet --output-document=android-sdk.zip https://dl.google.com/android/repository/commandlinetools-linux-${ANDROID_SDK_TOOLS}_latest.zip
|
||||||
- unzip -d android-sdk-linux android-sdk.zip
|
- unzip -d android-sdk-linux android-sdk.zip
|
||||||
- echo y | android-sdk-linux/cmdline-tools/bin/sdkmanager "platforms;android-${ANDROID_COMPILE_SDK}" >/dev/null
|
- echo y | android-sdk-linux/cmdline-tools/bin/sdkmanager "platforms;android-${ANDROID_COMPILE_SDK}" >/dev/null
|
||||||
|
|
Loading…
Reference in a new issue