Skip to content

Commit

Permalink
Revert "fix: skip barman version 3.12.0 (#198)"
Browse files Browse the repository at this point in the history
This reverts commit e4c3cda.

Signed-off-by: Jonathan Gonzalez V. <[email protected]>
  • Loading branch information
sxd committed Dec 16, 2024
1 parent 45bbf13 commit 9e1d215
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions UBI/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ 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 | head -n1
echo "3.11.1"
curl -s https://pypi.org/pypi/barman/json | jq -r '.releases | keys[]' | sort -Vr | head -n1
}
get_latest_barman_version() {
if [ -z "$latest_barman_version" ]; then
Expand Down

0 comments on commit 9e1d215

Please sign in to comment.