Skip to content

Commit 1b2ede6

Browse files
authored
Update dra-workflow.trigger.sh
1 parent 42ebb9a commit 1b2ede6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/dra-workflow.trigger.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ for BRANCH in "${BRANCHES[@]}"; do
1212
label: Trigger DRA snapshot workflow for $BRANCH
1313
async: true
1414
build:
15-
branch: $BRANCH
15+
branch: "$BRANCH"
1616
env:
1717
DRA_WORKFLOW: snapshot
1818
EOF
@@ -24,7 +24,7 @@ EOF
2424
label: Trigger DRA staging workflow for $BRANCH
2525
async: true
2626
build:
27-
branch: $BRANCH
27+
branch: "$BRANCH"
2828
env:
2929
DRA_WORKFLOW: staging
3030
EOF

0 commit comments

Comments
 (0)