Skip to content

Commit 01503e3

Browse files
committed
Quote matrix variables
(cherry picked from commit b5735d8)
1 parent 133b92c commit 01503e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/pipelines/periodic-fwc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is auto-generated. See .buildkite/pipelines/periodic-fwc.template.yml
22
steps:
3-
- label: $FWC_VERSION / fwc
4-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v$FWC_VERSION#fwcTest -Dtests.bwc.snapshot=false
3+
- label: "{{matrix.FWC_VERSION}} / fwc"
4+
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:
77
provider: gcp
@@ -13,4 +13,4 @@ steps:
1313
setup:
1414
FWC_VERSION: []
1515
env:
16-
FWC_VERSION: $FWC_VERSION
16+
FWC_VERSION: "{{matrix.FWC_VERSION}}"

0 commit comments

Comments
 (0)