Skip to content

Commit a49b801

Browse files
committed
Quote matrix variables
1 parent 4ea9ce8 commit a49b801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipelines/periodic-fwc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is auto-generated. See .buildkite/pipelines/periodic-fwc.template.yml
22
steps:
3-
- label: {{matrix.FWC_VERSION}} / fwc
3+
- label: "{{matrix.FWC_VERSION}} / fwc"
44
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v$$FWC_VERSION#fwcTest -Dtests.bwc.snapshot=false
55
timeout_in_minutes: 300
66
agents:
@@ -13,4 +13,4 @@ steps:
1313
setup:
1414
FWC_VERSION: ["8.17.0", "8.17.1", "8.17.2"]
1515
env:
16-
FWC_VERSION: {{matrix.FWC_VERSION}}
16+
FWC_VERSION: "{{matrix.FWC_VERSION}}"

0 commit comments

Comments
 (0)