Unfreeze Gemfile in import templates
authorGerhard Schlager <mail@gerhard-schlager.at>
Mon, 2 Mar 2020 16:08:19 +0000 (17:08 +0100)
committerGerhard Schlager <mail@gerhard-schlager.at>
Mon, 2 Mar 2020 16:08:19 +0000 (17:08 +0100)
Co-authored-by: Jay Pfaffman <pfaffman@gmail.com>
templates/import/mbox.template.yml
templates/import/mssql-dep.template.yml
templates/import/mysql-dep.template.yml
templates/import/phpbb3.template.yml

index 422aa2434c592974c199bd464cb7e2509b51d453..ff6580fd9d5de58560b641629b27b8e734b55d46 100644 (file)
@@ -33,4 +33,5 @@ hooks:
         cmd:
           - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y libsqlite3-dev
           - echo "gem 'sqlite3'" >> Gemfile
+          - su discourse -c 'bundle config unset deployment'
           - su discourse -c 'bundle install --no-deployment --path vendor/bundle --jobs 4 --without test development'
index a6b640fd986541c1c9de92abc02b89e2febb52c6..0997ad86f52440a9c982bc43fb282f01c2dee4fe 100644 (file)
@@ -21,4 +21,5 @@ hooks:
         cd: $home
         cmd:
           - echo "gem 'tiny_tds'" >> Gemfile
+          - su discourse -c 'bundle config unset deployment'
           - su discourse -c 'bundle install --no-deployment --path vendor/bundle --jobs 4 --without test development'
index a1631b42141b28686e3e8d79d30105505dd9fd86..27b394dad536696cb71ae8bbd764675feba0d24b 100644 (file)
@@ -10,4 +10,5 @@ hooks:
         cmd:
           - echo "gem 'mysql2'" >> Gemfile
           - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y libmariadb-dev
+          - su discourse -c 'bundle config unset deployment'
           - su discourse -c 'bundle install --no-deployment --path vendor/bundle --jobs 4 --without test development'
index 946aa883ad30b2df4b696da864f99c5d81f30a5f..092922bfc2bb0b2ac6027eedec03c1393f2f0e19 100644 (file)
@@ -114,4 +114,5 @@ hooks:
         cmd:
           - echo "gem 'mysql2'" >> Gemfile
           - echo "gem 'ruby-bbcode-to-md', :github => 'nlalonde/ruby-bbcode-to-md'" >> Gemfile
+          - su discourse -c 'bundle config unset deployment'
           - su discourse -c 'bundle install --no-deployment --path vendor/bundle --jobs 4 --without test development'