Skip to content

Commit

Permalink
Add some verbosity on stream update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemric committed Jan 10, 2024
1 parent 9bed970 commit e9dc107
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 @@ -51,7 +51,7 @@ FCOSversion=$(jq --raw-output .$stream.$arch.$artifact.$format $history) # Filte

if [ "${FCOSversion}" = "null" ]; then FCOSversion=0; fi; # If no previous version was found, set it to 0 for later comparison

echo FCOS release : $FCOSrelease / FCOS version : $FCOSversion
echo FCOS $stream release : $FCOSrelease / FCOS $stream version : $FCOSversion

if $(echo $data | jq --raw-output --arg version $FCOSversion '.release > $version') # Check for updates
then
Expand Down

0 comments on commit e9dc107

Please sign in to comment.