Skip to content

Commit

Permalink
Remove useless info
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemric committed Jan 18, 2024
1 parent 1750a76 commit 337241f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ FCOSrelease=$(echo $data | jq --raw-output .release) # Filtering new release ver
FCOSversion=$(jq --raw-output .$stream.$arch.$artifact.$format $history) # Filtering current/last local version

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

echo FCOS $stream $arch $artifact $format release : $FCOSrelease / version : $FCOSversion
echo FCOS $arch $artifact release : $FCOSrelease / version : $FCOSversion

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

0 comments on commit 337241f

Please sign in to comment.