CI: Temporarily remove --depth=1
See https://gitlab.com/gitlab-com/support-forum/issues/652.
This commit is contained in:
parent
46e68f8fc6
commit
14da2ce04e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue