Przeglądaj źródła

print out additions being validated

pull/388/head
Dave Machado 6 lat temu
rodzic
commit
ab5d27c575
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      build/main.sh

+ 2
- 0
build/main.sh Wyświetl plik

@@ -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"


Ładowanie…
Anuluj
Zapisz