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:
|
tags:
|
||||||
- fdroid
|
- fdroid
|
||||||
- buildserver
|
- buildserver
|
||||||
|
only:
|
||||||
|
- branches@bubu/fdroidata
|
||||||
|
- branches@eighthave/fdroidata
|
||||||
|
- branches@fdroid/fdroidata
|
||||||
|
- branches@grote/fdroidata
|
||||||
|
- branches@izzysoft/fdroidata
|
||||||
|
- branches@schildbach/fdroidata
|
||||||
|
- branches@uniqx/fdroidata
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
|
name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue