Skip to content

Commit

Permalink
simplify CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aks committed Apr 12, 2019
1 parent e43eff2 commit 229fb19
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
steps:
- checkout

- attach_workspace:
at: ~/repo

- restore_cache:
keys:
- gem-cache-{{ checksum "blank_empty_nil_filters.gemspec" }}
Expand Down Expand Up @@ -63,18 +60,6 @@ jobs:
path: /tmp/test-results
destination: test-results

- run:
name: build package
command: |
bundle exec rake clean
bundle exec rake build
- persist_to_workspace:
root: ~/repo
paths:
- pkg/blank_empty_nil_filters*.gem
- vendor/bundle

workflows:
version: 2
bundle_test_build_release:
Expand Down

0 comments on commit 229fb19

Please sign in to comment.