7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-20 12:01:41 +00:00

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

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 \