Co-authored-by: Jay Pfaffman <pfaffman@gmail.com>
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'
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'
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'
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'