mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
gitlab-ci: only run Python-only jobs when .py files change
This commit is contained in:
parent
6ad79e3c06
commit
7f67a882e7
1 changed files with 2 additions and 0 deletions
|
@ -642,6 +642,7 @@ servergitmirrors:
|
|||
|
||||
Build documentation:
|
||||
image: debian:bookworm-slim
|
||||
<<: *python-rules-changes
|
||||
<<: *apt-template
|
||||
script:
|
||||
- apt-get install make python3-sphinx python3-numpydoc python3-pydata-sphinx-theme pydocstyle fdroidserver
|
||||
|
@ -758,6 +759,7 @@ docker:
|
|||
# PUBLISH is the signing server. It has a very minimal manual setup.
|
||||
PUBLISH:
|
||||
image: debian:bullseye-backports
|
||||
<<: *python-rules-changes
|
||||
script:
|
||||
- apt-get update
|
||||
- apt-get -qy upgrade
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue