Skip to content

Commit

Permalink
resilience for adding local dir as repo
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
  • Loading branch information
vito committed Jul 18, 2023
1 parent c0c0afb commit c648629
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/integration/services_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1194,6 +1194,9 @@ cd /root
git config --global user.email "root@localhost"
git config --global user.name "Test User"
# prevent error from adding local repo if .gitignored files are present
git config --global advice.addIgnoredFile false
mkdir srv
cd repo
Expand Down

0 comments on commit c648629

Please sign in to comment.