Skip to content

Remove duplication curl --location

Philipp Hahn requested to merge univention/gitlab:doc-job-location into master

What does this MR do and why?

Remove duplication argument --location to cURL.

See 1st example of Job Artifacts API: Get job artifacts

Quoting from man:curl(1):

Providing -L, --location multiple times has no extra effect.

Merge request reports