Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Gonzalez V. <[email protected]>
  • Loading branch information
sxd authored and NiccoloFei committed Nov 25, 2024
1 parent 3b84d22 commit d3a8ac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UBI/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ compare_architecture_pkgs() {
# Get the latest Barman version
latest_barman_version=
_raw_get_latest_barman_version() {
curl -s https://pypi.org/pypi/barman/json | jq -r '.releases | keys[]' | sort -Vr | grep -v '3.12.0' | head -n1
# curl -s https://pypi.org/pypi/barman/json | jq -r '.releases | keys[]' | sort -Vr | head -n1
echo "3.11.1"
}
get_latest_barman_version() {
if [ -z "$latest_barman_version" ]; then
Expand Down

0 comments on commit d3a8ac1

Please sign in to comment.