From 84200628ee99cb13b4c5315236fe1ab2c82044f1 Mon Sep 17 00:00:00 2001 From: risk danger olson Date: Wed, 10 Apr 2019 16:18:42 -0600 Subject: [PATCH] expose the gemfile.lock file in CircleCI (#971) --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d42684718..8aaea06f3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: