Skip to content

Commit 96b22f7

Browse files
committed
fix env in prowjobs
On-behalf-of: @SAP [email protected]
1 parent 9e57fe6 commit 96b22f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.prow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ presubmits:
100100
command:
101101
- hack/ci/run-e2e-tests.sh
102102
env:
103-
- name: KCP_TAG
103+
- name: KCP_VERSION
104104
value: '0.27.1'
105105
resources:
106106
requests:
@@ -119,7 +119,7 @@ presubmits:
119119
command:
120120
- hack/ci/run-e2e-tests.sh
121121
env:
122-
- name: KCP_TAG
122+
- name: KCP_VERSION
123123
value: '0.28.1'
124124
resources:
125125
requests:

0 commit comments

Comments
 (0)