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