From 308930333572f9dce85f157e57a9e4538aef7b25 Mon Sep 17 00:00:00 2001 From: rodicasutu Date: Tue, 7 Jul 2020 14:57:06 +0300 Subject: [PATCH] tidy up script for PRs --- scripts/setUpMavenPhase.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/setUpMavenPhase.sh b/scripts/setUpMavenPhase.sh index 7caa242c25..8171c60728 100644 --- a/scripts/setUpMavenPhase.sh +++ b/scripts/setUpMavenPhase.sh @@ -11,12 +11,11 @@ then else export MAVEN_PHASE="verify" fi + # If this is pull request if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then export MAVEN_PHASE="verify" - echo "Maven Phase: ${MAVEN_PHASE}" -# exit 0 fi -echo "Maven Phase: ${MAVEN_PHASE}" +