mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-08 21:56:42 +02:00
test
This commit is contained in:
parent
0741bbfe2e
commit
69b8051c4e
@ -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}
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user