Skip to content

Commit b778a0d

Browse files
committed
ci: add e2e kustomization.yaml to .gitignore
Running e2e tests generates temporary kustomization.yaml files. The uncommitted ci task would fail if it finds one of these during its run, so we add the path to the .gitignore. Fixes #111 Signed-off-by: Francesco Canovai <[email protected]>
1 parent a1a3550 commit b778a0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ go.work
3737

3838
# E2e test artifacts
3939
test/e2e/bin
40+
test/e2e/kustomization.yaml
41+
4042
# Test registry certificates
4143
certs/
4244
# Utility dir for manifest build

0 commit comments

Comments
 (0)