mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
https clone address requires .git
This commit is contained in:
parent
5cb76d0f89
commit
f2370fed5b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
before_script:
|
||||
- apt-get update -qy
|
||||
- apt-get install -y python python-setuptools
|
||||
- git clone https://gitlab.com/fdroid/fdroidserver fdroidserver --depth=10
|
||||
- git clone https://gitlab.com/fdroid/fdroidserver.git fdroidserver --depth=10
|
||||
- cd fdroidserver
|
||||
- python2 setup.py install
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue