Skip to content

Commit

Permalink
Fix broken android app build
Browse files Browse the repository at this point in the history
We are forced to clone the full edx-app-android repo: if not, the build
crashes, complaining of missing git names.
  • Loading branch information
regisb committed Mar 27, 2019
1 parent 75a6a2d commit be9b820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutor/templates/build/android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be9b820

Please sign in to comment.