mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
print out additions being validated
This commit is contained in:
@@ -3,6 +3,8 @@ FORMAT_FILE=../README.md
|
|||||||
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
||||||
echo "running on Pull Request #$TRAVIS_PULL_REQUEST"
|
echo "running on Pull Request #$TRAVIS_PULL_REQUEST"
|
||||||
git show | egrep "\+" > additions.txt
|
git show | egrep "\+" > additions.txt
|
||||||
|
echo "--ADDITIONS--"
|
||||||
|
cat additions.txt
|
||||||
LINK_FILE=additions.txt
|
LINK_FILE=additions.txt
|
||||||
else
|
else
|
||||||
echo "running on $TRAVIS_BRANCH branch"
|
echo "running on $TRAVIS_BRANCH branch"
|
||||||
|
|||||||
Reference in New Issue
Block a user