mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-11 15:51:00 +00:00
Fix broken android app build
We are forced to clone the full edx-app-android repo: if not, the build crashes, complaining of missing git names.
This commit is contained in:
parent
75a6a2d44c
commit
be9b820a59
@ -23,7 +23,7 @@ RUN wget https://dl.google.com/android/repository/sdk-tools-linux-${ANDROID_SDK_
|
|||||||
RUN yes | /openedx/android-sdk/tools/bin/sdkmanager "platforms;android-27" 1> /dev/null
|
RUN yes | /openedx/android-sdk/tools/bin/sdkmanager "platforms;android-27" 1> /dev/null
|
||||||
|
|
||||||
# Install android app repo
|
# Install android app repo
|
||||||
RUN git clone https://github.com/edx/edx-app-android --branch master --depth 1 /openedx/edx-app-android
|
RUN git clone https://github.com/edx/edx-app-android --branch master /openedx/edx-app-android
|
||||||
WORKDIR /openedx/edx-app-android
|
WORKDIR /openedx/edx-app-android
|
||||||
|
|
||||||
# Install gradle and all dependencies
|
# Install gradle and all dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user