Skip to content

Commit 5ba0e3d

Browse files
committedMar 6, 2025
more echoing
1 parent 070523d commit 5ba0e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.pipelines/templates/e2e-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "VHD_BUILD_ID=$VHD_BUILD_ID"
4343
4444
if [ -n "${VHD_BUILD_ID}" ]; then
45-
echo "VHD_BUILD_ID is specified (${VHD_BUILD_ID}). Running tests using VHDs from that build
45+
echo "VHD_BUILD_ID is specified (${VHD_BUILD_ID}). Running tests using VHDs from that build"
4646
export SIG_VERSION_TAG_NAME=buildId
4747
export SIG_VERSION_TAG_VALUE=$VHD_BUILD_ID
4848
export IGNORE_SCENARIOS_WITH_MISSING_VHD=true

0 commit comments

Comments
 (0)