Skip to content

Commit 6893e7d

Browse files
committed
more debug
1 parent ce7fc95 commit 6893e7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/scripts/ci/check-build-and-verify.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ if [ "${SPRING_PROFILES_ACTIVE:-}" != 'travis' -a "${TRAVIS_PULL_REQUEST:-false}
3636
DANGER_STATUS=
3737
fi
3838

39+
echo "SPRING_PROFILES_ACTIVE = ${SPRING_PROFILES_ACTIVE:-}"
40+
echo "TRAVIS_PULL_REQUEST = ${TRAVIS_PULL_REQUEST:-false}"
41+
which danger
42+
3943
if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
4044

4145
# TRAVIS_COMMIT_RANGE: The range of commits that were included in the push or

0 commit comments

Comments
 (0)