File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ jobs:
103103 cache-dependency-path : " **/go.sum"
104104 - run : make image
105105 - run : make enable-certs-generation
106+ working-directory : v2/e2e
106107 - run : make start KUBERNETES_VERSION=${{ matrix.kindest-node }}
107108 working-directory : v2/e2e
108109 - run : make install-coil
Original file line number Diff line number Diff line change @@ -276,6 +276,6 @@ endef
276276.PHONY : enable-certs-generation
277277enable-certs-generation :
278278 sed -i " 22,47 {s/^# //}" kustomization.yaml
279- @$(call comment_certs,"../ config/default/kustomization.yaml")
280- @$(call comment_certs,"../ config/default/egress/v4/kustomization.yaml")
281- @$(call comment_certs,"../ config/default/egress/v6/kustomization.yaml")
279+ @$(call comment_certs,"config/default/kustomization.yaml")
280+ @$(call comment_certs,"config/default/egress/v4/kustomization.yaml")
281+ @$(call comment_certs,"config/default/egress/v6/kustomization.yaml")
You can’t perform that action at this time.
0 commit comments