Skip to content

Commit

Permalink
Update sdkAutomation_noBuild.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniloMilenkovic authored Dec 23, 2024
1 parent 5d1055c commit 27dcd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdkAutomation_noBuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
dirName="${dir%/}"
echo "CLEARED NAME: ${dirName/#extracted_}"
echo "MCU INFO ARRAY ELEMENT: ${mcuInfoArray[i]}"
echo "MATCHING: ${mcuInfoArray[i]/#${dirName/#extracted_}}"
echo "MATCHING: ${mcuInfoArray[i]#${dirName/#extracted_}}"
if [ ${mcuInfoArray[i]} != ${mcuInfoArray[i]#${dirName/#extracted_}} ]; then
cd $dirName
Expand Down

0 comments on commit 27dcd1c

Please sign in to comment.