Skip to content

Commit

Permalink
(maint) Allow git-daemon to trust local repos
Browse files Browse the repository at this point in the history
  • Loading branch information
justinstoller committed Jul 31, 2024
1 parent e014e0e commit 0a79e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/pre-suite/10_git_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
on(master, puppet('apply'), :stdin => git_manifest, :acceptable_exit_codes => [0,2]) do |result|
assert_no_match(/Error:/, result.stderr, 'Unexpected error was detected!')
end
on(master, 'git config --system --add safe.directory "*"')

step 'Create "production" Environment on Git'
init_r10k_source_from_prod(master, git_repo_path, git_repo_name, git_environments_path, 'production')
Expand Down

0 comments on commit 0a79e08

Please sign in to comment.