CI: bump image, re-add --depth=1 to clone
This commit is contained in:
parent
50e3694172
commit
dd83c50a92
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue