acl: drop duplicate branch

This commit is contained in:
Graham Christensen 2019-11-02 18:24:10 +01:00
parent 45349b8c71
commit 7bde2652e4
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -36,8 +36,6 @@ impl ACL {
System::X8664Linux,
System::Aarch64Linux,
]
} else if self.can_build_restricted(user, repo) {
vec![System::X8664Linux, System::Aarch64Linux]
} else {
// allow everybody to issue aarch64-linux and x8664-linux builds
vec![System::X8664Linux, System::Aarch64Linux]