Skip to content

Commit

Permalink
Merge pull request #673 from CocoaPods/vendor-bundle
Browse files Browse the repository at this point in the history
Use vendor/bundle in CI
  • Loading branch information
igor-makarov authored Jan 24, 2021
2 parents c73c1f8 + 2bae47e commit 61870ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Run bundle install
run: |
gem install bundler -v "~> 1.17"
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3 --without debugging documentation
- name: Run Specs + Rubocop
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ coverage/
.idea/
documentation/
.bundle/
vendor/bundle

# trunk source
spec/fixtures/spec-repos/trunk/**/*.etag
Expand Down
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ inherit_from:
AllCops:
Exclude:
- spec/fixtures/**/*
- vendor/bundle/**/*
- lib/cocoapods-core/vendor/**/*

FileName:
Expand Down

0 comments on commit 61870ee

Please sign in to comment.