From f7855481fb68b0726753a35952635196a65fd459 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Thu, 11 Jul 2024 07:28:47 +0800 Subject: [PATCH] DEV: Remove useless lines from `web.template.yml` (#816) The lines are not necessary because those config has already been set in when we are building the image. --- templates/web.template.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/web.template.yml b/templates/web.template.yml index 20895a9..27df94a 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -191,9 +191,7 @@ run: cd: $home hook: bundle_exec cmd: - - su discourse -c 'bundle config --local deployment true' - - su discourse -c 'bundle config --local without "development test"' - - su discourse -c 'bundle install --retry 3 --jobs 4' + - su discourse -c 'bundle install --retry 3' - exec: cd: $home -- 2.25.1