]> git.openstreetmap.org Git - chef.git/commitdiff
Add a rails 6.1 test instance
authorTom Hughes <tom@compton.nu>
Tue, 11 May 2021 19:32:37 +0000 (20:32 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 11 May 2021 19:32:37 +0000 (20:32 +0100)
roles/dev.rb

index 0b039bde3af54c3e52b698c2f0659350278d7181..4ac28760f4c7879d59982595b91bd324a481d438 100644 (file)
@@ -131,6 +131,10 @@ default_attributes(
       :oauth2 => {
         :repository => "https://github.com/tomhughes/openstreetmap-website.git",
         :revision => "doorkeeper"
+      },
+      :rails61 => {
+        :repository => "https://github.com/tomhughes/openstreetmap-website.git",
+        :revision => "rails61"
       }
     }
   },