mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
gitlab-ci: remove rules:, they create weird "pipelines"
This commit is contained in:
parent
e8395b5fe9
commit
ed0102754a
1 changed files with 8 additions and 8 deletions
|
|
@ -246,14 +246,14 @@ gradle:
|
||||||
|
|
||||||
# this tests the basic setup of the 'fdroid build' CI job in fdroiddata
|
# this tests the basic setup of the 'fdroid build' CI job in fdroiddata
|
||||||
fdroiddata fdroid build:
|
fdroiddata fdroid build:
|
||||||
image: registry.gitlab.com/fdroid/ci-images-client:latest
|
image: registry.gitlab.com/fdroid/ci-images-client
|
||||||
rules:
|
only:
|
||||||
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH
|
refs:
|
||||||
changes:
|
- branches
|
||||||
- buildserver/provision-apt-get-install
|
- pipelines
|
||||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
- web
|
||||||
changes:
|
changes:
|
||||||
- buildserver/provision-apt-get-install
|
- buildserver/provision-apt-get-install
|
||||||
script:
|
script:
|
||||||
- bash buildserver/provision-apt-get-install http://deb.debian.org/debian
|
- bash buildserver/provision-apt-get-install http://deb.debian.org/debian
|
||||||
- apt-get dist-upgrade
|
- apt-get dist-upgrade
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue