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 79497f3 commit 457a035Copy full SHA for 457a035
ct/tandoor.sh
@@ -55,7 +55,7 @@ function update_script() {
55
cd /opt/tandoor/vue3
56
$STD yarn install
57
$STD yarn build
58
- 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")
59
cat <<EOF >/opt/tandoor/cookbook/version_info.py
60
TANDOOR_VERSION = "$TANDOOR_VERSION"
61
TANDOOR_REF = "bare-metal"
0 commit comments