File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ elif [ "$SCAN" = "coverity" ] && [ "$TRAVIS_BRANCH" = "coverity" ]; then
3333 echo " CI_PROJECT_DIR=${CI_PROJECT_DIR} "
3434 ${COVERITY_DIR} /cov-build --dir ${CI_PROJECT_DIR} /cov-int make
3535 ls ${CI_PROJECT_DIR} /cov-int
36- tar cvf ${CI_PROJECT_DIR} /cov-int.tar ${CI_PROJECT_DIR} /cov-int
37- tar tvf ${CI_PROJECT_DIR} /cov-int.tar
36+ tar czvf ${CI_PROJECT_DIR} /cov-int.tgz ${CI_PROJECT_DIR} /cov-int
37+ tar tzvf ${CI_PROJECT_DIR} /cov-int.tgz
3838
3939 curl --form token=" ${COVERITY_TOKEN} " \
4040 --form email=" ${COVERITY_EMAIL} " \
41- --form file=@${CI_PROJECT_DIR} /cov-int.tar \
41+ --form file=@${CI_PROJECT_DIR} /cov-int.tgz \
4242 --form version=" ${TRAVIS_BRANCH} -$TRAVIS_COMMIT " \
4343 --form description=" Automatic Coverity Scan build for ${TRAVIS_BRANCH} -$TRAVIS_COMMIT " \
44- https://scan.coverity.com/builds? project=Simverge%2Fpdal -c
44+ https://scan.coverity.com/builds? project=Simverge_pdal -c
4545else
4646 echo " Running build without static analysis scans"
4747 make
You can’t perform that action at this time.
0 commit comments