We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9dced4 commit b68e3f4Copy full SHA for b68e3f4
.buildkite/tests.trigger.sh
@@ -12,7 +12,7 @@ for BRANCH in "${BRANCHES[@]}"; do
12
label: Trigger tests pipeline for $BRANCH
13
async: true
14
build:
15
- branch: $BRANCH
+ branch: "$BRANCH"
16
EOF
17
done
18
0 commit comments