Skip to content

Commit

Permalink
Changed jq dependency to yq which is installed with make rules (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Raviv Schaffer <[email protected]>
  • Loading branch information
Raviv-S authored Aug 11, 2022
1 parent 498c977 commit cd3efdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export TOOLBIN=./tools/bin
# Check if got args (like in github workflow test), else use default values
if [ $# -eq 0 ]
then
kubernetesVersion=$(${TOOLBIN}/kubectl version -o=json | jq -r '.clientVersion.minor')
kubernetesVersion=$(${TOOLBIN}/kubectl version -o=yaml | ${TOOLBIN}/yq e '.clientVersion.minor' -)
fybrikVersion=dev
moduleVersion=0.6.0
certManagerVersion=1.6.2
Expand Down

0 comments on commit cd3efdd

Please sign in to comment.