mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
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 <francesco.canovai@enterprisedb.com>
This commit is contained in:
parent
a1a35503dc
commit
b778a0d753
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