utils: fix bad/illegal format or missing URL warning from curl

CURL_VERBOSE_FLAG="" by default. `curl "" ...` works but reports
`bad/illegal format or missing URL` warning. Removing the double quotes
on the variable fixes the issue.

The warning message can be different with old version curl. On Ubuntu
Bionic, 'curl: (3) <url> malformed' is reported.

Fixes: 33dbc2733427 ("upload-to-artifactorial.sh: Allow to check for failures and to print debug information")
Signed-off-by: Chase Qi <chase.qi@linaro.org>
1 file changed
tree: fa691e3cc2023441665664e35ae313ff38c6df09
  1. .github/
  2. .reuse/
  3. automated/
  4. docs/
  5. LICENSES/
  6. manual/
  7. mkdocs_plugin/
  8. plans/
  9. test/
  10. .gitignore
  11. .readthedocs.yml
  12. COPYING
  13. COPYRIGHTS
  14. mkdocs.yml
  15. README.md
  16. sanity-check.sh
  17. test.sh
  18. validate.py
README.md

Build Status REUSE Compliance Check

Test Definitions

A set of testing scripts designed to work with LAVA. Also contains test-runner script that allows execoution outside LAVA.

More details in docs