We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070523d commit 5ba0e3dCopy full SHA for 5ba0e3d
.pipelines/templates/e2e-template.yaml
@@ -42,7 +42,7 @@ jobs:
42
echo "VHD_BUILD_ID=$VHD_BUILD_ID"
43
44
if [ -n "${VHD_BUILD_ID}" ]; then
45
- echo "VHD_BUILD_ID is specified (${VHD_BUILD_ID}). Running tests using VHDs from that build
+ echo "VHD_BUILD_ID is specified (${VHD_BUILD_ID}). Running tests using VHDs from that build"
46
export SIG_VERSION_TAG_NAME=buildId
47
export SIG_VERSION_TAG_VALUE=$VHD_BUILD_ID
48
export IGNORE_SCENARIOS_WITH_MISSING_VHD=true
0 commit comments