mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
CI: Bump docker image
Now python3 comes installed.
This commit is contained in:
parent
5980c91f42
commit
b55f2a7628
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
image: mvdan/fdroid-ci:latest
|
image: mvdan/fdroid-ci:20160316
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get install -y python3 python3-yaml
|
|
||||||
- rm -rf fdroidserver
|
- rm -rf fdroidserver
|
||||||
- git clone https://gitlab.com/fdroid/fdroidserver.git --depth=1
|
- git clone https://gitlab.com/fdroid/fdroidserver.git --depth=1
|
||||||
- export PATH="$PWD/fdroidserver:$PATH"
|
- export PATH="$PWD/fdroidserver:$PATH"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue