mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
gitlab-ci: remove refs: section to hopefully get reliable job starts
"fdroid build" and "plugin_fetchsrclibs" totally failed to run here: https://gitlab.com/eighthave/fdroidserver/-/pipelines/240160903
This commit is contained in:
parent
d36f71e048
commit
40197295ae
1 changed files with 0 additions and 6 deletions
|
@ -247,9 +247,6 @@ gradle:
|
|||
fdroid build:
|
||||
image: registry.gitlab.com/fdroid/ci-images-client
|
||||
only:
|
||||
refs:
|
||||
- branches
|
||||
- pipelines
|
||||
changes:
|
||||
- .gitlab-ci.yml
|
||||
- buildserver/provision-apt-get-install
|
||||
|
@ -297,9 +294,6 @@ plugin_fetchsrclibs:
|
|||
image: debian:buster
|
||||
<<: *apt-template
|
||||
only:
|
||||
refs:
|
||||
- branches
|
||||
- pipelines
|
||||
changes:
|
||||
- .gitlab-ci.yml
|
||||
- examples/fdroid_fetchsrclibs.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue