From afc72e75b6fc1a3bc208ca9b2de52d3b42479b0f Mon Sep 17 00:00:00 2001 From: Beyhan Veli Date: Thu, 13 Jun 2024 13:37:12 +0200 Subject: [PATCH] Fix remove not existing uaa-ci repo listin `repos` expect a map and not an array. Let's try this fix. I'm not sure whether this will work with the `peribolos` tooling but I think so based on code here https://github.com/kubernetes/test-infra/blob/0c1e01159b26a39d2a37de4d83cb18ab94747ed8/prow/cmd/peribolos/main.go#L1146-L1164 --- org/cloudfoundry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/cloudfoundry.yml b/org/cloudfoundry.yml index b0994151..319bfa2b 100644 --- a/org/cloudfoundry.yml +++ b/org/cloudfoundry.yml @@ -2584,4 +2584,4 @@ orgs: - iprotsiuk members: [ ] privacy: closed - repos: [ ] + repos: {}