This commit is contained in:
Sayan Chowdhury 2023-07-14 23:02:44 +05:30
parent 0741bbfe2e
commit 69b8051c4e
No known key found for this signature in database
GPG Key ID: B02399319CD05C8B
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@ set -euo pipefail
[[ -n ${DEBUG:-} ]] && set -o xtrace
# Flatcar environment specific variables.
AZURE_SUBSCRIPTION_ID=${AZURE_SUBSCRIPTION_ID:-d38033ba-ec21-470c-96cf-4c6db9658d8b}
AZURE_TENANT_ID=${AZURE_TENANT_ID:-f41c056a-c993-42d0-8d91-57f0ff222694}

View File

@ -61,6 +61,7 @@ function _inside_capi_image_build() {
export AZURE_CLIENT_SECRET=$(jq ".clientSecret" "${azure_auth_config_file}")
export FLATCAR_ARCH="amd64"
export DEBUG=true
# FLATCAR_CHANNEL="$(get_git_channel)"
export FLATCAR_CHANNEL="stable"
export FLATCAR_VERSION="3510.2.4"