From 74a8fa267e37b43b587ddf6a762924954f9958c9 Mon Sep 17 00:00:00 2001 From: "Filies Olaf (IFAG DES TOC PSA)" Date: Wed, 9 Oct 2024 17:29:00 +0200 Subject: [PATCH] Simplyfy yaml handling test --- .github/workflows/arduino_ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/arduino_ci.yml b/.github/workflows/arduino_ci.yml index 45e54b1..e4a1494 100644 --- a/.github/workflows/arduino_ci.yml +++ b/.github/workflows/arduino_ci.yml @@ -92,8 +92,9 @@ jobs: # seriallist+=(${serials[2]}) # done; # export mser=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${seriallist[@]}") - export mser=$(`./py_checkusb.py --repo ${REPO} --list serial --json` | jq '."${REPO}"') - + + echo "$REPO" + export mser=$(./py_checkusb.py --repo ${REPO} --list serial --json | jq '."${REPO}"') echo "$mser" echo "serials_hil="$(`./py_checkusb.py --repo ${REPO} --list serial --json` | jq '."${REPO}"')