CI: bump image, re-add --depth=1 to clone

This commit is contained in:
Daniel Martí 2016-04-29 19:17:23 +01:00
parent 50e3694172
commit dd83c50a92
1 changed files with 2 additions and 4 deletions

View File

@ -1,10 +1,8 @@
image: mvdan/fdroid-ci:base-20160405
image: mvdan/fdroid-ci:base-20160429
before_script:
- rm -rf fdroidserver
# 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
- git clone --depth=1 https://gitlab.com/fdroid/fdroidserver.git
- export PATH="$PWD/fdroidserver:$PATH"
- touch config.py