Tandoor: Remove postgres17-contrib package (#9781)

* Remove contrib

* Update

* Update

* Upda
This commit is contained in:
Slaviša Arežina
2025-12-08 19:36:06 +01:00
committed by GitHub
parent f95cc5a7ad
commit 31dbf2554c
2 changed files with 7 additions and 25 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ function update_script() {
cd /opt/tandoor/vue3
$STD yarn install
$STD yarn build
TANDOOR_VERSION="$(curl -fsSL https://api.github.com/repos/TandoorRecipes/recipes/releases/latest | jq -r .tag_name)"
TANDOOR_VERSION=$(get_latest_github_release "TandoorRecipes/recipes")
cat <<EOF >/opt/tandoor/cookbook/version_info.py
TANDOOR_VERSION = "$TANDOOR_VERSION"
TANDOOR_REF = "bare-metal"