From: Tom Hughes Date: Fri, 26 Jan 2024 12:36:28 +0000 (+0000) Subject: Add a test instance for the login/signup rework X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/313f1e8bfb0c513f4dd855b1acdc4386aea266c6 Add a test instance for the login/signup rework --- diff --git a/roles/dev.rb b/roles/dev.rb index 3a838a353..65e393b07 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -135,6 +135,10 @@ default_attributes( :microcosms => { :repository => "https://github.com/openbrian/osm-microcosms.git", :revision => "microcosms" + }, + :signup => { + :repository => "https://github.com/milan-cvetkovic/openstreetmap-website.git", + :revision => "issue_4128_login_signup" } } },