From bcb2bc27cf8ac7a452ae0b20df66f7bf20174595 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Mon, 13 Jun 2022 08:37:19 +0200 Subject: [PATCH] test --- .github/workflows/build-cache-v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-cache-v2.yml b/.github/workflows/build-cache-v2.yml index 444f1211..aaf940ef 100644 --- a/.github/workflows/build-cache-v2.yml +++ b/.github/workflows/build-cache-v2.yml @@ -97,7 +97,7 @@ jobs: if [[ $VAR == desktop* ]]; then echo ::set-output name=desktop::$(for x in $(grep -rw build/config/desktop/*/environments/*/support -e 'supported' | cut -d"/" -f6 | sort | uniq); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq) || true if [[ $ARC == tinkerboard ]] - echo ::set-output name=desktop::$(find build/config/desktop/*/environments/ -mindepth 1 -maxdepth 1 -type d '!' -exec test -e "{}/only_for" ';' -print | xargs -I{} grep -rw -e 'supported' {} | cut -d"/" -f6 | sort | uniq); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq) || true + echo ::set-output name=desktop::$(for x in $(find build/config/desktop/*/environments/ -mindepth 1 -maxdepth 1 -type d '!' -exec test -e "{}/only_for" ';' -print | xargs -I{} grep -rw -e 'supported' {} | cut -d"/" -f6 | sort | uniq); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq) || true fi echo ::set-output name=appgroup::$(for x in $(seq -w 01 03); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq) || true fi