This commit is contained in:
Igor Pecovnik
2021-12-09 23:21:28 +01:00
parent 386f5ef926
commit d4dcb8339e

View File

@@ -44,7 +44,7 @@ jobs:
id: list_dirs
run: |
echo ::set-output name=matrix::$(for x in $(cat build/config/${{ inputs.variant }} | grep -v "^$" | grep -v "^#" | cut -f1 -d ' ' | uniq); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq)
echo ::set-output name=matrix::$(for x in $(cat build/config/${{ inputs.variant }} | grep -v "^$" | grep -v "^#" | cut -f1 -d ' ' ); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq)
image:
needs: Prepare