Skip to content

Commit

Permalink
expose the gemfile.lock file in CircleCI (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Apr 10, 2019
1 parent 03a0217 commit 8420062
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Expand Up @@ -41,6 +41,8 @@ shared_ruby_steps: &shared_ruby_steps
- ./vendor/bundle
- store_test_results:
path: ~/test-results/rspec
- store_artifacts:
path: ./Gemfile.lock
- persist_to_workspace:
root: .
paths:
Expand Down

0 comments on commit 8420062

Please sign in to comment.