Skip to content

Commit

Permalink
ci: experiment with manually runnable ci with pre-set branchnames
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Sep 26, 2024
1 parent 67c5478 commit 8641f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/doUnitTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ then
cat cdi-core-map.json
echo "coreDriverVersion: $coreDriverVersion"

coreFree=`cat cdi-core-map.json | jq '.["'$coreDriverVersion'"]'`
coreFree=`cat cdi-core-map.json | jq -r '.["'$coreDriverVersion'"]'`
fi

if [ "$coreFree" == "null" ]
Expand Down

0 comments on commit 8641f16

Please sign in to comment.