Skip to content

Commit

Permalink
Try adding "|| true" based on a postgres example
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel committed Aug 25, 2021
1 parent 82ebd00 commit 0fe7c2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
steps:
- checkout

- run:
name: install sqlite3
command: sudo apt-get update && sudo apt-get install -y sqlite3 libsqlite3-dev
- run: sudo apt-get update && sudo apt-get install -y sqlite3 libsqlite3-dev || true

- samvera/bundle:
ruby_version: << parameters.ruby_version >>
Expand Down

0 comments on commit 0fe7c2d

Please sign in to comment.