curl in coverity submit too verbose for large file

This commit is contained in:
Mark Roszko 2022-07-11 14:09:49 +00:00
parent 0a623bff9f
commit a04bac9abd
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
tar cfz cov-int.tar.gz cov-int
echo "Submitting scan results"
export KICAD_VERSION=$(sed 's/[()]//g' kicad_build_version.txt)
curl -v https://scan.coverity.com/builds?project=$COVERITY_SCAN_PROJECT_NAME \
curl https://scan.coverity.com/builds?project=$COVERITY_SCAN_PROJECT_NAME \
--form token=$COVERITY_SCAN_TOKEN \
--form email=$GITLAB_USER_EMAIL \
--form file=@cov-int.tar.gz \