Commit 6112aba0 authored by Fabio Pelosin's avatar Fabio Pelosin

[Push] Bypass pre-commit hook.

parent 5f25ad70
......@@ -92,7 +92,8 @@ module Pod
FileUtils.cp(Pathname.new(spec.name+'.podspec'), output_path)
Dir.chdir(repo_dir) do
git("add #{spec.name}")
git("commit -m '#{message}'")
# Bypass the pre-commit hook because we already performed validation
git("commit --no-verify -m '#{message}'")
end
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment