From 40197295ae3879ceb7047f73f63774f2965d9d03 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 11 Jan 2021 12:05:02 +0100 Subject: [PATCH] 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 --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e843ab6e..c2adc989 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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