Optimization:Use Locally Bundled Gems in Containers (#10344)
This commit is contained in:
parent
8e46763a49
commit
b67a750319
1 changed files with 1 additions and 1 deletions
|
|
@ -6,5 +6,5 @@ if [ -f /opt/apps/bundle/bundle_finished ]; then
|
|||
rm -f /opt/apps/bundle/bundle_finished
|
||||
fi
|
||||
|
||||
bundle install --jobs 20 --retry 5
|
||||
bundle install --local --jobs 20 --retry 5
|
||||
echo $(date --utc +%FT%T%Z) > /opt/apps/bundle/bundle_finished
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue