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 4ea9ce8 commit a49b801Copy full SHA for a49b801
.buildkite/pipelines/periodic-fwc.yml
@@ -1,6 +1,6 @@
1
# This file is auto-generated. See .buildkite/pipelines/periodic-fwc.template.yml
2
steps:
3
- - label: {{matrix.FWC_VERSION}} / fwc
+ - label: "{{matrix.FWC_VERSION}} / fwc"
4
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v$$FWC_VERSION#fwcTest -Dtests.bwc.snapshot=false
5
timeout_in_minutes: 300
6
agents:
@@ -13,4 +13,4 @@ steps:
13
setup:
14
FWC_VERSION: ["8.17.0", "8.17.1", "8.17.2"]
15
env:
16
- FWC_VERSION: {{matrix.FWC_VERSION}}
+ FWC_VERSION: "{{matrix.FWC_VERSION}}"
0 commit comments