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:
Hans-Christoph Steiner 2021-01-11 12:05:02 +01:00
parent d36f71e048
commit 40197295ae

View file

@ -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