We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7fc95 commit 6893e7dCopy full SHA for 6893e7d
src/main/scripts/ci/check-build-and-verify.sh
@@ -36,6 +36,10 @@ if [ "${SPRING_PROFILES_ACTIVE:-}" != 'travis' -a "${TRAVIS_PULL_REQUEST:-false}
36
DANGER_STATUS=
37
fi
38
39
+echo "SPRING_PROFILES_ACTIVE = ${SPRING_PROFILES_ACTIVE:-}"
40
+echo "TRAVIS_PULL_REQUEST = ${TRAVIS_PULL_REQUEST:-false}"
41
+which danger
42
+
43
if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
44
45
# TRAVIS_COMMIT_RANGE: The range of commits that were included in the push or
0 commit comments