Skip to content

Commit afc72e7

Browse files
authored
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
1 parent cd62bcc commit afc72e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org/cloudfoundry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2584,4 +2584,4 @@ orgs:
25842584
- iprotsiuk
25852585
members: [ ]
25862586
privacy: closed
2587-
repos: [ ]
2587+
repos: {}

0 commit comments

Comments
 (0)