Skip to content

Commit

Permalink
Merge pull request #642 from imaqsood/CAT-2053-fixing-test
Browse files Browse the repository at this point in the history
(CAT-2053) add testrepo.git to safe.directory
  • Loading branch information
malikparvez authored Oct 7, 2024
2 parents 6290b29 + 8d7721c commit e763a3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/acceptance/files/create_git_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ git checkout main
cd ..

git --git-dir=testrepo/.git config core.bare true
git config --system --add safe.directory $(pwd)/testrepo.git
cp -r testrepo/.git testrepo.git
rm -rf testrepo
cd testrepo.git
Expand Down

0 comments on commit e763a3e

Please sign in to comment.