mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-04 21:26:57 +00:00
slim checkupdates_trigger
This commit is contained in:
parent
80d8e33320
commit
f541a01ac3
1 changed files with 2 additions and 4 deletions
|
|
@ -201,11 +201,9 @@ checkupdates_trigger:
|
|||
- schedules
|
||||
variables:
|
||||
- $CHECKUPDATES == "true"
|
||||
image: archlinux:latest
|
||||
image: alpine:latest
|
||||
before_script:
|
||||
- pacman -Sy --noconfirm parallel
|
||||
# workaround broken parallel version 20220222 not distributing jobs equally
|
||||
- pacman -U --noconfirm "https://archive.archlinux.org/packages/p/parallel/parallel-20220122-1-any.pkg.tar.zst"
|
||||
- apk add parallel curl
|
||||
script:
|
||||
- parallel --verbose --delay 90 -X --jobs 10 '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' ":::" metadata/*.yml
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue