We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20df12 commit 79497f3Copy full SHA for 79497f3
install/tandoor-install.sh
@@ -60,7 +60,7 @@ STATIC_URL=/staticfiles/
60
MEDIA_URL=/media/
61
EOF
62
63
-TANDOOR_VERSION="$(curl -s https://api.github.com/repos/TandoorRecipes/recipes/releases/latest | jq -r .tag_name)"
+TANDOOR_VERSION=$(get_latest_github_release "TandoorRecipes/recipes")
64
cat <<EOF >/opt/tandoor/cookbook/version_info.py
65
TANDOOR_VERSION = "$TANDOOR_VERSION"
66
TANDOOR_REF = "bare-metal"
0 commit comments