forked from github/server
coverity cert hack
This commit is contained in:
parent
5cde26e25e
commit
505ad39ddf
|
@ -6,7 +6,7 @@ cd Debug
|
||||||
make clean
|
make clean
|
||||||
../../coverity/bin/cov-build --dir cov-int make eressea
|
../../coverity/bin/cov-build --dir cov-int make eressea
|
||||||
tar czf eressea.tgz cov-int
|
tar czf eressea.tgz cov-int
|
||||||
curl --form token=IISXKH3A1ngZGfFmBz_aSA \
|
curl -k --form token=IISXKH3A1ngZGfFmBz_aSA \
|
||||||
--form email=enno.rehling@gmail.com \
|
--form email=enno.rehling@gmail.com \
|
||||||
--form file=@eressea.tgz \
|
--form file=@eressea.tgz \
|
||||||
--form version="$VERSION" \
|
--form version="$VERSION" \
|
||||||
|
|
Loading…
Reference in New Issue