Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36b828f

Browse files
committed
Update PR build number
1 parent dc2ddc2 commit 36b828f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis/run_sonar_scanner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
2525
else
2626
BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
2727
PR_BRANCH=$TRAVIS_BRANCH
28-
echo "TRAVIS_BRANCH=$TRAVIS_BRANCH, PR=$PR, BRANCH=$BRANCH"
28+
echo "TRAVIS_BRANCH=$TRAVIS_BRANCH, PR=$TRAVIS_PULL_REQUEST, BRANCH=$BRANCH"
2929

3030
fi
3131

0 commit comments

Comments
 (0)