fixed PR query
This commit is contained in:
parent
4371f5d3b1
commit
681d2b7272
|
|
@ -120,7 +120,7 @@ function main {
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "$TRAVIS_PULL_REQUEST" ]]; then
|
if [[ "$TRAVIS_PULL_REQUEST" != 'false' ]]; then
|
||||||
echo "Skipping release to sonatype because this is a PR build"
|
echo "Skipping release to sonatype because this is a PR build"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue