Skip to content

Commit

Permalink
Fix remove not existing uaa-ci repo listin
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
beyhan authored Jun 13, 2024
1 parent cd62bcc commit afc72e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/cloudfoundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2584,4 +2584,4 @@ orgs:
- iprotsiuk
members: [ ]
privacy: closed
repos: [ ]
repos: {}

0 comments on commit afc72e7

Please sign in to comment.