mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
CI: use medium runner
This commit is contained in:
parent
af277c350d
commit
7f3b50a5d7
1 changed files with 3 additions and 3 deletions
|
|
@ -94,7 +94,7 @@ checkupdates:
|
|||
stage: test
|
||||
needs: []
|
||||
tags:
|
||||
- saas-linux-large-amd64
|
||||
- saas-linux-medium-amd64
|
||||
image: debian:bookworm-slim
|
||||
rules: *app_verification_rules
|
||||
before_script:
|
||||
|
|
@ -354,7 +354,7 @@ fdroid build:
|
|||
stage: build
|
||||
needs: []
|
||||
tags:
|
||||
- saas-linux-large-amd64
|
||||
- saas-linux-medium-amd64
|
||||
# Some env vars are setup in https://gitlab.com/fdroid/fdroidserver/-/blob/master/buildserver/setup-env-vars
|
||||
# home_vagrant=/home/vagrant
|
||||
image: registry.gitlab.com/fdroid/fdroidserver:buildserver-bookworm
|
||||
|
|
@ -465,7 +465,7 @@ fdroid build:
|
|||
pages:
|
||||
stage: deploy
|
||||
tags:
|
||||
- saas-linux-large-amd64
|
||||
- saas-linux-medium-amd64
|
||||
image: registry.gitlab.com/fdroid/fdroidserver:buildserver-bookworm
|
||||
only:
|
||||
refs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue