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:
Régis Behmo 2019-03-27 07:35:33 -07:00
parent 75a6a2d44c
commit be9b820a59
1 changed files with 1 additions and 1 deletions

View File

@ -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
# 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
# Install gradle and all dependencies