mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +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:
|
fdroid build:
|
||||||
image: registry.gitlab.com/fdroid/ci-images-client
|
image: registry.gitlab.com/fdroid/ci-images-client
|
||||||
only:
|
only:
|
||||||
refs:
|
|
||||||
- branches
|
|
||||||
- pipelines
|
|
||||||
changes:
|
changes:
|
||||||
- .gitlab-ci.yml
|
- .gitlab-ci.yml
|
||||||
- buildserver/provision-apt-get-install
|
- buildserver/provision-apt-get-install
|
||||||
|
@ -297,9 +294,6 @@ plugin_fetchsrclibs:
|
||||||
image: debian:buster
|
image: debian:buster
|
||||||
<<: *apt-template
|
<<: *apt-template
|
||||||
only:
|
only:
|
||||||
refs:
|
|
||||||
- branches
|
|
||||||
- pipelines
|
|
||||||
changes:
|
changes:
|
||||||
- .gitlab-ci.yml
|
- .gitlab-ci.yml
|
||||||
- examples/fdroid_fetchsrclibs.py
|
- examples/fdroid_fetchsrclibs.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue