Skip to content

Commit b68e3f4

Browse files
authored
Fix test trigger pipeline for 9.0 branch (#2465)
1 parent d9dced4 commit b68e3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/tests.trigger.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ for BRANCH in "${BRANCHES[@]}"; do
1212
label: Trigger tests pipeline for $BRANCH
1313
async: true
1414
build:
15-
branch: $BRANCH
15+
branch: "$BRANCH"
1616
EOF
1717
done
1818

0 commit comments

Comments
 (0)