Curl: Add debug parameter to curl_with_workarounds
This commit is contained in:
parent
27c4b9c236
commit
9d92ed868b
@ -55,12 +55,13 @@ module Utils
|
||||
end
|
||||
|
||||
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 = {
|
||||
secrets: secrets,
|
||||
print_stdout: print_stdout,
|
||||
print_stderr: print_stderr,
|
||||
debug: debug,
|
||||
verbose: verbose,
|
||||
}.compact
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user