Skip to content

Commit

Permalink
Fix arch/artefact to fit stream file order
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemric committed Dec 7, 2023
1 parent 23bead5 commit 644c70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ data="$streampath/$stream.json"
echo "Checking updates for $stream stream from : $data"

data=$(curl --no-progress-meter $data | jq .architectures.$arch.artifacts.$artifact) # Filtering Arch & Artifatct
jqverbose "Looking for $artifact $arch release :" "$data"
jqverbose "Looking for $arch $artifact release :" "$data"

FCOSrelease=$(jq -n "$data" | jq --raw-output .release) # Filtering release version
FCOSversion=$(jq --raw-output .$stream.$arch.$artifact.$format $history) # Filtering current/last version
Expand Down

0 comments on commit 644c70a

Please sign in to comment.