Skip to content

Commit 433412e

Browse files
authored
Merge pull request #173 from capolrik/kind_install
Changes outdated 'KIND_IPV*_SUPPORT' to 'PLATFORM_IPV*_SUPPORT'
2 parents dfa5b95 + cba3601 commit 433412e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
env:
1818
KUBECONFIG: "/home/runner/ovn.conf"
19-
KIND_IPV4_SUPPORT: "true"
20-
KIND_IPV6_SUPPORT: "false"
19+
PLATFORM_IPV4_SUPPORT: "true"
20+
PLATFORM_IPV6_SUPPORT: "false"
2121
OVN_GATEWAY_MODE: "shared"
2222

2323
steps:

0 commit comments

Comments
 (0)