From: Tom Hughes Date: Sun, 27 Jun 2021 18:08:37 +0000 (+0100) Subject: Drop oauth test site X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/d773b34e77b24387ceba49d2dba909882896c792 Drop oauth test site --- diff --git a/roles/dev.rb b/roles/dev.rb index a68f94c8c..3eec5fd91 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -127,12 +127,6 @@ default_attributes( :revision => "master", :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", :cgimap_revision => "feature/bulk_upload" - }, - :oauth2 => { - :repository => "https://github.com/tomhughes/openstreetmap-website.git", - :revision => "doorkeeper", - :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", - :cgimap_revision => "feature/oauth2" } } },