Skip to content

Commit 1bb8127

Browse files
Fixed tests
Signed-off-by: Patryk Strusiewicz-Surmacki <patryk-pawel.strusiewicz-surmacki@external.telekom.de>
1 parent fa022ac commit 1bb8127

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

v2/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,6 @@ endef
276276
.PHONY: enable-certs-generation
277277
enable-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")

0 commit comments

Comments
 (0)