mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-23 21:36:33 +00:00
Fix periodic jobs
Without this patch, the version of 1.20 is taken in jobs as 1.2. This is a problem, as it breaks all jobs, because there is no file to provision a cluster with kubernetes 1.2 (and we shouldn't do this!) This fixes it by ensuring there is no mangling of the version strings, and therefore the right file is used.
This commit is contained in:
committed by
Christian Kotzbauer
parent
15c57927c8
commit
2a95f0b6c8
@@ -60,9 +60,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
kubernetes:
|
||||
- 1.18
|
||||
- 1.19
|
||||
- 1.20
|
||||
- "1.18"
|
||||
- "1.19"
|
||||
- "1.20"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Find go version
|
||||
|
||||
Reference in New Issue
Block a user