From c832bdfcd0ba28435226dc4231b8b03235affe26 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 11 Jun 2022 22:16:12 +0200 Subject: [PATCH] k --- .github/workflows/build-cache-v2.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-cache-v2.yml b/.github/workflows/build-cache-v2.yml index fe6bf84e..1a604509 100644 --- a/.github/workflows/build-cache-v2.yml +++ b/.github/workflows/build-cache-v2.yml @@ -68,8 +68,11 @@ jobs: id: list_dirs run: | - echo ::set-output name=release::$(for x in $(grep -rw build/config/distributions/*/ -e 'supported' | cut -d"/" -f4); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq) - echo ::set-output name=variant::$(for x in $(echo "cli_1 cli_2"); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq) + #echo ::set-output name=release::$(for x in $(grep -rw build/config/distributions/*/ -e 'supported' | cut -d"/" -f4); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq) + #echo ::set-output name=variant::$(for x in $(echo "cli_1 cli_2"); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq) + MATRIX="seq -w 01 100" + echo ::set-output name=release::$(for x in $(eval $MATRIX); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq) + echo ::set-output name=variant::$(for x in $(eval $MATRIX); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq) image: