mirror of
https://github.com/public-apis/public-apis.git
synced 2025-07-16 16:15:48 +02:00
print out additions being validated
This commit is contained in:
parent
530d404408
commit
ab5d27c575
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ FORMAT_FILE=../README.md
|
|||
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
||||
echo "running on Pull Request #$TRAVIS_PULL_REQUEST"
|
||||
git show | egrep "\+" > additions.txt
|
||||
echo "--ADDITIONS--"
|
||||
cat additions.txt
|
||||
LINK_FILE=additions.txt
|
||||
else
|
||||
echo "running on $TRAVIS_BRANCH branch"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue