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 42ebb9a commit 1b2ede6Copy full SHA for 1b2ede6
.buildkite/dra-workflow.trigger.sh
@@ -12,7 +12,7 @@ for BRANCH in "${BRANCHES[@]}"; do
12
label: Trigger DRA snapshot workflow for $BRANCH
13
async: true
14
build:
15
- branch: $BRANCH
+ branch: "$BRANCH"
16
env:
17
DRA_WORKFLOW: snapshot
18
EOF
@@ -24,7 +24,7 @@ EOF
24
label: Trigger DRA staging workflow for $BRANCH
25
26
27
28
29
DRA_WORKFLOW: staging
30
0 commit comments