Skip to content

Commit

Permalink
coverity-scan: do nothing if not in $COVERITY_SCAN_BRANCH
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamar committed Aug 11, 2017
1 parent 351dbed commit dc88eab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions coverity-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

set -e

if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
exit 0
fi

cd `dirname $0`
cd ..
export JEHANNE=`pwd`
Expand Down

0 comments on commit dc88eab

Please sign in to comment.