mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 00:41:06 +03:00

Also, use a specific tag instead of "latest" to avoid breaking old tags/commits when updating the image.
7 lines
114 B
YAML
7 lines
114 B
YAML
image: mvdan/fdroid-ci:20160316
|
|
|
|
test:
|
|
script:
|
|
- pip3 install -e .
|
|
- cd tests
|
|
- ./complete-ci-tests
|