Skip to content

Commit

Permalink
Merge pull request #1021 from digitalfabrik/1009-fix-ruby-gems
Browse files Browse the repository at this point in the history
1009: Fix ruby gems
  • Loading branch information
f1sh1918 authored Apr 10, 2024
2 parents 7968498 + cb786a8 commit 0b60533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ commands:
- 3-gems-{{ arch }}-{{ checksum "<< parameters.directory >>/Gemfile.lock" }}
- 3-gems-{{ arch }}-
- run:
command: bundle check || bundle install
command: bundle check || sudo bundle install
name: Install Fastlane
working_directory: << parameters.directory >>
- save_cache:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/src/commands/restore_ruby_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
- 3-gems-{{ arch }}-
- run:
name: Install Fastlane
command: bundle check || bundle install
command: bundle check || sudo bundle install
working_directory: << parameters.directory >>
- save_cache:
key: 3-gems-{{ arch }}-{{ checksum "<< parameters.directory >>/Gemfile.lock" }}
Expand Down

0 comments on commit 0b60533

Please sign in to comment.