File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
if [ " $TRAVIS_PULL_REQUEST " != " false" ] ; then
6
6
echo " Incoming pull request from https://github.com/$TRAVIS_REPO_SLUG /pull/$TRAVIS_PULL_REQUEST " ;
7
- author=$( curl -u dummy4dummy:dummy2dummy - s " https://api.github.com/repos/$TRAVIS_REPO_SLUG /pulls/$TRAVIS_PULL_REQUEST " | jq -r " .user.login" ) ;
7
+ author=$( curl -s " https://api.github.com/repos/$TRAVIS_REPO_SLUG /pulls/$TRAVIS_PULL_REQUEST " | jq -r " .user.login" ) ;
8
8
if [ $? -ne 0 ] ; then exit 1; fi ;
9
9
echo " Pull request submitted by $author " ;
10
10
signed=$( curl -s https://www.lightbend.com/contribute/cla/scala/check/$author | jq -r " .signed" ) ;
@@ -17,4 +17,4 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ] ; then
17
17
echo " Go to https://www.lightbend.com/contribute/cla/scala and then resubmit this pull request" ;
18
18
exit 1;
19
19
fi ;
20
- fi ;
20
+ fi ;
You can’t perform that action at this time.
0 commit comments