mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 06:07:28 +00:00
run checkupdates on gcc farm runners
This commit is contained in:
parent
03d8fb3505
commit
b4f3db616f
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ checkupdates_trigger:
|
|||
- parallel --verbose -N 100 'curl -X POST -F "token=$CI_JOB_TOKEN" -F "ref=master" -F "variables[CHECKUPDATES]=true" -F "variables[CHECKUPDATES_APPIDS]= {} " https://gitlab.com/api/v4/projects/${CI_PROJECT_ID}/trigger/pipeline' ":::" ${files[@]}
|
||||
|
||||
checkupdates_runner:
|
||||
tags:
|
||||
- checkupdates-runner
|
||||
only:
|
||||
refs:
|
||||
- pipelines
|
||||
|
|
|
|||
Loading…
Reference in a new issue