Skip to content

Commit

Permalink
feat: add bundle config to cache all
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Aug 18, 2021
1 parent 6934c69 commit f9e971d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ if [ "$os_name" != "$(cat $OS_NAME_FILE 2>/dev/null)" ]; then
fi

echo "Starting bundle install"
bundle config cach_all true
bundle config path ${WORKING_DIR}/vendor/bundle
bundle install

Expand Down

0 comments on commit f9e971d

Please sign in to comment.