coverity cert hack

This commit is contained in:
Enno Rehling 2019-04-30 19:00:03 +02:00
parent 5cde26e25e
commit 505ad39ddf
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ cd Debug
make clean
../../coverity/bin/cov-build --dir cov-int make eressea
tar czf eressea.tgz cov-int
curl --form token=IISXKH3A1ngZGfFmBz_aSA \
curl -k --form token=IISXKH3A1ngZGfFmBz_aSA \
--form email=enno.rehling@gmail.com \
--form file=@eressea.tgz \
--form version="$VERSION" \