Skip to content

Commit d0654bf

Browse files
committed
Add echo's to print info for debugging travis-build
1 parent 938e447 commit d0654bf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bin/run-journey-test-from-ci.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ bin/build-jq.sh
55

66
pr_files_json=`curl -s https://api.github.com/repos/exercism/java/pulls/${TRAVIS_PULL_REQUEST}/files`
77

8+
echo "Pull request number: ${TRAVIS_PULL_REQUEST}"
9+
echo "Changes in pr json: ${pr_files_json}"
10+
811
# if jq fails to get the required data, then that means TRAVIS_PULL_REQUEST was not set (not run in travis-ci),
912
# or was false (not a pull request). In that case, we should fall back with testing every exercise
1013

0 commit comments

Comments
 (0)