Skip to content

Commit

Permalink
Removing the redundant "executors" section from the CircleCI configur…
Browse files Browse the repository at this point in the history
…ation (this is provided from the Orb)
  • Loading branch information
jrgriffiniii committed May 16, 2019
1 parent a882620 commit d3a0a77
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
version: 2.1
orbs:
samvera: samvera/circleci-orb@0
executors:
ruby:
docker:
- image: circleci/ruby:2.6
working_directory: ~/browse-everything
environment:
BUNDLE_PATH: vendor/bundle
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3

jobs:
build:
Expand Down

0 comments on commit d3a0a77

Please sign in to comment.