From 14da2ce04e51aff3cb5169e5254b28ecb287def9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Mart=C3=AD?= <mvdan@mvdan.cc>
Date: Mon, 18 Apr 2016 15:22:42 +0100
Subject: [PATCH] CI: Temporarily remove --depth=1

See https://gitlab.com/gitlab-com/support-forum/issues/652.
---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b19d60d236..c85d009aab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,9 @@ image: mvdan/fdroid-ci:base-20160405
 
 before_script:
   - rm -rf fdroidserver
-  - git clone https://gitlab.com/fdroid/fdroidserver.git --depth=1
+  # TODO(mvdan): re-add --depth=1 once this is fixed:
+  # https://gitlab.com/gitlab-com/support-forum/issues/652
+  - git clone https://gitlab.com/fdroid/fdroidserver.git
   - export PATH="$PWD/fdroidserver:$PATH"
   - touch config.py