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:
Jakub Rusz 2021-07-15 11:53:57 +02:00 committed by Ondřej Budai
parent 3a0540dff0
commit ab3234260a

View file

@ -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}"