libgit2/script
Patrick Steinhardt 18c18e3df8 coverity: check for Coverity token only if necessary
When running a Coverity build, we have to provide an
authentication token in order to proof that we are actually
allowed to run analysis in the name of a certain project. As this
token should be secret, it is only set on the main repository, so
when we were requested to run the Coverity script on another
repository we do error out. But in fact we do also error out if
the Coverity analysis should _not_ be run if there is no
authentication token provided.

Fix the issue by only checking for the authentication token after
determining if analysis is indeed requested.
2016-10-31 16:01:10 +01:00
..
appveyor-mingw.sh Remove CI support for mingw32 2016-03-14 11:05:58 +01:00
cibuild.sh script: cibuild: build examples 2016-10-10 09:04:42 +02:00
coverity.sh coverity: check for Coverity token only if necessary 2016-10-31 16:01:10 +01:00
install-deps-osx.sh ci: install homebrew's curl on mac 2016-07-24 14:54:40 -04:00
user_model.c coverity: model functions printing into git_buf 2016-06-07 09:22:02 +02:00
user_nodefs.h common: introduce GITERR_CHECK_ALLOC_BUF 2016-02-23 11:50:23 +01:00