Skip to content

Commit

Permalink
deal with dubious ownership git error in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 20, 2024
1 parent 33c26a9 commit 5e8113f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -e
git config --global --add safe.directory /app
bundle exec bin/rake db:create
bundle exec bin/rake db:schema:load
unset DATABASE_URL
Expand Down

0 comments on commit 5e8113f

Please sign in to comment.