From adb70ed971a49a33047d5cc8eb7c0ae03ebf6f28 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 11 Dec 2020 16:35:59 +0100 Subject: [PATCH] gitlab-ci: only run issuebot on 'branches' Hopefully, it will still reliably trigger but only run once per push. The wheel switch is to get rid of the bdist_wheel error messages. --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a399af419..257064f955 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -196,6 +196,8 @@ fdroid build: pages: image: registry.gitlab.com/fdroid/ci-images-client:latest only: + refs: + - branches variables: - $FROM_CI_MERGE_REQUEST_IID artifacts: @@ -240,7 +242,8 @@ pages: | tar -xz --strip-components=1 - pyvenv --system-site-packages --clear issuebot-env - . issuebot-env/bin/activate - - pip3 install python-gitlab wheel pygithub + - pip3 install wheel # get rid of the bdist_wheel error messages + - pip3 install python-gitlab pygithub - ./issuebot.py # git_stats used to run here, redirect to new location