Optimization:Use Locally Bundled Gems in Containers (#10344)

This commit is contained in:
Molly Struve 2020-09-15 22:00:21 -05:00 committed by GitHub
parent 8e46763a49
commit b67a750319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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