Skip to content

Commit

Permalink
Suppress git warnings in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWayfer committed Nov 1, 2021
1 parent fe21e3a commit 83ecf32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/generated_project_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
end

before do
## Suppress git warnings
system 'git config init.defaultBranch main'

system "git config user.name \"#{author_name}\""
system "git config user.email \"#{author_email}\""

Expand Down

0 comments on commit 83ecf32

Please sign in to comment.