Skip to content

Commit

Permalink
Fix regression and use comma separated values (#560)
Browse files Browse the repository at this point in the history
Fix regression from #509
  • Loading branch information
ph committed Jun 16, 2022
1 parent 9e5bb15 commit 5f66839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ pipeline {
axes {
axis {
name 'K8S_VERSION'
values "v1.24.0, v1.23.6, v1.22.9, v1.21.12"
values "v1.24.0", "v1.23.6", "v1.22.9", "v1.21.12"
}
}
stages {
Expand Down

0 comments on commit 5f66839

Please sign in to comment.