mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
gitlab-ci: switch trigger-issuebot to variables: for reliable runs
Hopefully fix the failing result on some triggers: "No stages / jobs for this pipeline."
This commit is contained in:
parent
eff041ccfa
commit
765740dd92
1 changed files with 2 additions and 4 deletions
|
|
@ -194,10 +194,8 @@ fdroid build:
|
|||
pages:
|
||||
image: registry.gitlab.com/fdroid/ci-images-client:latest
|
||||
only:
|
||||
- triggers
|
||||
- web
|
||||
except:
|
||||
- master@fdroid/fdroiddata
|
||||
variables:
|
||||
- $FROM_CI_MERGE_REQUEST_IID && $CI_PROJECT_PATH != "fdroid/fdroiddata" && $CI_COMMIT_BRANCH != "master"
|
||||
artifacts:
|
||||
paths:
|
||||
- metadata/
|
||||
|
|
|
|||
Loading…
Reference in a new issue