File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ TEST_STATUS=
31
31
FINDBUGS_STATUS=
32
32
VERIFY_STATUS=
33
33
34
- DANGER_STATUS=
35
- if [ " ${SPRING_PROFILES_ACTIVE:- } " ! = ' travis' -o " ${TRAVIS_PULL_REQUEST:- false} " = ' false' ]; then
36
- DANGER_STATUS=skip
34
+ DANGER_STATUS=skip
35
+ if [ " ${SPRING_PROFILES_ACTIVE:- } " = ' travis' -a " ${TRAVIS_PULL_REQUEST:- false} " ! = ' false' ]; then
36
+ DANGER_STATUS=
37
37
fi
38
38
39
39
if [ " $RUN_ONLY_INTEGRATION_TESTS " = ' no' ]; then
@@ -204,10 +204,7 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
204
204
fi
205
205
206
206
print_status " $VERIFY_STATUS " ' Run integration tests'
207
-
208
- if [ " $DANGER_STATUS " != ' skip' ]; then
209
- print_status " $DANGER_STATUS " ' Run danger'
210
- fi
207
+ print_status " $DANGER_STATUS " ' Run danger'
211
208
212
209
echo
213
210
You can’t perform that action at this time.
0 commit comments