tests: fix wrong default value in azure.sh test
It's not possible to create vm with the single quotes in the name. Removing it to enable running locally.
This commit is contained in:
parent
3a0540dff0
commit
ab3234260a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ set -euo pipefail
|
|||
|
||||
source /etc/os-release
|
||||
DISTRO_CODE="${DISTRO_CODE:-${ID}_${VERSION_ID//./}}"
|
||||
BRANCH_NAME="${CI_COMMIT_BRANCH:-'local'}"
|
||||
BRANCH_NAME="${CI_COMMIT_BRANCH:-local}"
|
||||
BUILD_ID="${CI_BUILD_ID:-$(uuidgen)}"
|
||||
HYPER_V_GEN="${HYPER_V_GEN:-V1}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue