mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-06 07:30:40 +00:00
Silence android sdk download to fix travis build
This commit is contained in:
parent
fab03b1a7b
commit
924b156b52
@ -18,7 +18,8 @@ RUN wget https://dl.google.com/android/repository/sdk-tools-linux-${ANDROID_SDK_
|
||||
rm sdk-tools-linux-${ANDROID_SDK_VERSION}.zip
|
||||
|
||||
# Accept licenses
|
||||
RUN yes | /openedx/android-sdk/tools/bin/sdkmanager "platforms;android-27"
|
||||
# https://developer.android.com/studio/command-line/sdkmanager
|
||||
RUN yes | /openedx/android-sdk/tools/bin/sdkmanager "platforms;android-27" 1> /dev/null
|
||||
|
||||
# Install android app repo
|
||||
RUN git clone https://github.com/edx/edx-app-android /openedx/edx-app-android
|
||||
|
Loading…
Reference in New Issue
Block a user