.circleci/config.yml in rspec_in_context-0.3.0 vs .circleci/config.yml in rspec_in_context-0.3.1
- old
+ new
@@ -51,30 +51,17 @@
environment:
steps:
- checkout
- # Download and cache dependencies
- - restore_cache:
- keys:
- - v1-dependencies-{{ checksum "Gemfile.lock" }}
- # fallback to using the latest cache if no exact match is found
- - v1-dependencies-
-
- run:
name: install dependencies
command: |
bundle install --jobs=4 --retry=3 --path vendor/bundle
- - save_cache:
- paths:
- - ./vendor/bundle
- key: v1-dependencies-{{ checksum "Gemfile.lock" }}
-
- run:
name: Setup Rubygems
command: bash .circleci/setup-rubygems.sh
-
- run:
name: Publish new version of the gem
command: |
git config --global user.email denis.pasin+circleci@gmail.com && \