fixed PR query

This commit is contained in:
Mustapha Zorgati 2017-12-12 11:29:51 +01:00
parent 4371f5d3b1
commit 681d2b7272
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ function main {
exit 0
fi
if [[ -n "$TRAVIS_PULL_REQUEST" ]]; then
if [[ "$TRAVIS_PULL_REQUEST" != 'false' ]]; then
echo "Skipping release to sonatype because this is a PR build"
exit 0
fi