We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d4af5 commit 3268f82Copy full SHA for 3268f82
integration/pre-suite/10_git_config.rb
@@ -36,6 +36,7 @@
36
on(master, puppet('apply'), :stdin => git_manifest, :acceptable_exit_codes => [0,2]) do |result|
37
assert_no_match(/Error:/, result.stderr, 'Unexpected error was detected!')
38
end
39
+on(master, 'git config --system --add safe.directory "*"')
40
41
step 'Create "production" Environment on Git'
42
init_r10k_source_from_prod(master, git_repo_path, git_repo_name, git_environments_path, 'production')
0 commit comments