Curl: Add debug parameter to curl_with_workarounds
This commit is contained in:
parent
27c4b9c236
commit
9d92ed868b
@ -55,12 +55,13 @@ module Utils
|
|||||||
end
|
end
|
||||||
|
|
||||||
def curl_with_workarounds(
|
def curl_with_workarounds(
|
||||||
*args, secrets: nil, print_stdout: nil, print_stderr: nil, verbose: nil, env: {}, **options
|
*args, secrets: nil, print_stdout: nil, print_stderr: nil, debug: nil, verbose: nil, env: {}, **options
|
||||||
)
|
)
|
||||||
command_options = {
|
command_options = {
|
||||||
secrets: secrets,
|
secrets: secrets,
|
||||||
print_stdout: print_stdout,
|
print_stdout: print_stdout,
|
||||||
print_stderr: print_stderr,
|
print_stderr: print_stderr,
|
||||||
|
debug: debug,
|
||||||
verbose: verbose,
|
verbose: verbose,
|
||||||
}.compact
|
}.compact
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user