From a124414c084218a07f9fddc056e4944fd62d9141 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 16 Jul 2015 18:11:36 -0400 Subject: Bug 1184755 - Update docker image runtests.sh to clone bmo git repo with full history instead of --depth=1 --- docker/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/runtests.sh b/docker/runtests.sh index b74359b04..f554b9b6b 100755 --- a/docker/runtests.sh +++ b/docker/runtests.sh @@ -15,7 +15,7 @@ exec > >(tee /runtests.log) 2>&1 echo "== Retrieving Bugzilla code" echo "Checking out $GITHUB_BASE_GIT $GITHUB_BASE_BRANCH ..." mv $BUGZILLA_ROOT "${BUGZILLA_ROOT}.back" -git clone $GITHUB_BASE_GIT --single-branch --depth 1 --branch $GITHUB_BASE_BRANCH $BUGZILLA_ROOT +git clone $GITHUB_BASE_GIT --branch $GITHUB_BASE_BRANCH $BUGZILLA_ROOT cd $BUGZILLA_ROOT if [ "$GITHUB_BASE_REV" != "" ]; then echo "Switching to revision $GITHUB_BASE_REV ..." -- cgit v1.2.3-24-g4f1b