From: David Cook Date: Sun, 8 Mar 2020 14:45:19 +0000 (-0500) Subject: Set BUNDLE_PATH in CircleCI (#13214) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=05d83cb07da9edc8df59f7316772e176752110f4;p=mastodon.git Set BUNDLE_PATH in CircleCI (#13214) --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 3ba027d95..a343fc654 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,6 +6,7 @@ aliases: - image: circleci/ruby:2.7-buster-node environment: &ruby_environment BUNDLE_APP_CONFIG: ./.bundle/ + BUNDLE_PATH: ./vendor/bundle/ DB_HOST: localhost DB_USER: root RAILS_ENV: test