Skip to content

Commit

Permalink
Bundler 2 にしたら circleci がこけていたので circleci の run を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ryamakuchi committed Jan 6, 2019
1 parent 293f5dd commit 0f4d4be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Expand Up @@ -34,6 +34,13 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run:
name: Configure Bundler
command: |
echo 'export BUNDLER_VERSION=$(cat Gemfile.lock | tail -1 | tr -d " ")' >> $BASH_ENV
source $BASH_ENV
gem install bundler
- run:
# ステップのタイトル
name: install dependencies
Expand Down

0 comments on commit 0f4d4be

Please sign in to comment.