Merge pull request #15961 from MikeMcQuaid/fix_missing_curl
utils/github/artifacts: fix missing Utils::Curl reference.
This commit is contained in:
commit
e02ec5e07a
@ -40,7 +40,7 @@ class GitHubArtifactDownloadStrategy < AbstractFileDownloadStrategy
|
||||
puts "Already downloaded: #{cached_location}"
|
||||
else
|
||||
begin
|
||||
curl "--location", "--create-dirs", "--output", temporary_path, url,
|
||||
Utils::Curl.curl "--location", "--create-dirs", "--output", temporary_path, url,
|
||||
"--header", "Authorization: token #{@token}",
|
||||
secrets: [@token],
|
||||
timeout: timeout
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user