Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
ab5d27c5
Commit
ab5d27c5
authored
Jul 21, 2017
by
Dave Machado
Browse files
print out additions being validated
parent
530d4044
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/main.sh
View file @
ab5d27c5
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment