projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be563a4
)
DEV: Remove deprecation warnings from bundler (#690)
author
Gerhard Schlager
<gerhard.schlager@discourse.org>
Mon, 13 Mar 2023 09:55:44 +0000
(10:55 +0100)
committer
GitHub
<noreply@github.com>
Mon, 13 Mar 2023 09:55:44 +0000
(10:55 +0100)
templates/web.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/templates/web.template.yml
b/templates/web.template.yml
index e574210d9a6ea250f2a1523a0337e1bd8e364be4..9718103f80e280274844829319db2be0255be77e 100644
(file)
--- a/
templates/web.template.yml
+++ b/
templates/web.template.yml
@@
-162,7
+162,9
@@
run:
cd: $home
hook: bundle_exec
cmd:
- - su discourse -c 'bundle install --deployment --retry 3 --jobs 4 --verbose --without test development'
+ - 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'
- exec:
cd: $home