We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4038150 commit 96e34c1Copy full SHA for 96e34c1
scripts/ci/presubmit-queue-success.sh
@@ -24,7 +24,7 @@ if [ "$TRAVIS_REPO_SLUG" = "angular/angular" ]; then
24
git rebase upstream/master
25
26
if [[ $TRAVIS_BRANCH == *"-pr-"* ]]; then
27
- PR_NO=`echo presubmit-mhevery-pr-1234 | sed -e 's/^.*-pr-//'`
+ PR_NO=`echo $TRAVIS_BRANCH | sed -e 's/^.*-pr-//'`
28
if echo $PR_NO | egrep -q '^[0-9]+$'; then
29
echo "Adding Closes #$PR_NO"
30
git filter-branch -f --msg-filter "cat /dev/stdin && echo && echo Closes \#$PR_NO" HEAD~1..HEAD
0 commit comments