Skip to content

Commit

Permalink
Removing workspace management steps from the CircleCI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed May 23, 2019
1 parent 1e2ceb2 commit 77e21d1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,12 @@ jobs:
RAILS_VERSION: << parameters.rails_version >>
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
steps:
- attach_workspace:
at: ~/
- samvera/cached_checkout
- samvera/bundle_for_gem:
ruby_version: << parameters.ruby_version >>
bundler_version: << parameters.bundler_version >>
project: om
- samvera/parallel_rspec
- persist_to_workspace:
root: ~/
paths:
- project/*
- project/**/*
workflows:
version: 2
ci:
Expand Down

0 comments on commit 77e21d1

Please sign in to comment.