gitlab-ci: only run fdroid-buildserver for those with runners
This commit is contained in:
parent
056a4a5d17
commit
0594d15ed6
|
@ -60,6 +60,14 @@ fdroid-buildserver:
|
|||
tags:
|
||||
- fdroid
|
||||
- buildserver
|
||||
only:
|
||||
- branches@bubu/fdroidata
|
||||
- branches@eighthave/fdroidata
|
||||
- branches@fdroid/fdroidata
|
||||
- branches@grote/fdroidata
|
||||
- branches@izzysoft/fdroidata
|
||||
- branches@schildbach/fdroidata
|
||||
- branches@uniqx/fdroidata
|
||||
artifacts:
|
||||
name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue