forked from repo-mirrors/cnpg-postgres-containers
This reverts commit aaa3638752
.
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
This commit is contained in:
committed by
GitHub
parent
2b525a8ecb
commit
6e1a5af166
@@ -32,8 +32,7 @@ fetch_postgres_image_version() {
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user