mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-10 21:03:12 +01:00
ci: add e2e kustomization.yaml to .gitignore (#112)
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 <francesco.canovai@enterprisedb.com>
This commit is contained in:
parent
686175ffbc
commit
85c8a524eb
2
.gitignore
vendored
2
.gitignore
vendored
@ -37,6 +37,8 @@ go.work
|
||||
|
||||
# E2e test artifacts
|
||||
test/e2e/bin
|
||||
test/e2e/kustomization.yaml
|
||||
|
||||
# Test registry certificates
|
||||
certs/
|
||||
# Utility dir for manifest build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user