Skip to content

Commit

Permalink
Merge pull request #13 from heiderich/remove_depth_1
Browse files Browse the repository at this point in the history
remove option "--depth 1"
  • Loading branch information
taniwallach authored Aug 21, 2019
2 parents 87da69d + f3ae7bd commit e5d14e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-config/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fi
if [ ! -d "$APP_ROOT/libraries/webwork-open-problem-library/OpenProblemLibrary" ]; then
echo "Installing the OPL - This takes time - please be patient."
cd $APP_ROOT/libraries/
/usr/bin/git clone -v --progress --single-branch --branch master --depth 1 https://github.com/openwebwork/webwork-open-problem-library.git
/usr/bin/git clone -v --progress --single-branch --branch master https://github.com/openwebwork/webwork-open-problem-library.git

# FIXME / TO-DO : Download a saved version of the OPL sql table data to be loaded and extract
# it in the appropriate location.This would avoid the need for a length run of OPL-update.
Expand Down

0 comments on commit e5d14e9

Please sign in to comment.