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:
Jean-Philippe Evrard
2021-03-24 14:29:26 +01:00
committed by Christian Kotzbauer
parent 15c57927c8
commit 2a95f0b6c8
+3 -3
View File
@@ -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