From: Tom Hughes Date: Thu, 17 Feb 2022 07:07:30 +0000 (+0000) Subject: Drop the bulk upload dev site X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/df5990611a8d954a97868fc47c49603dd312dc67 Drop the bulk upload dev site --- diff --git a/roles/dev.rb b/roles/dev.rb index 1ed5d6c84..1da4ad057 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -121,12 +121,6 @@ default_attributes( :microcosms => { :repository => "https://github.com/openbrian/osm-microcosms.git", :revision => "microcosms" - }, - :upload => { - :repository => "https://git.openstreetmap.org/public/rails.git", - :revision => "master", - :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", - :cgimap_revision => "feature/bulk_upload" } } },