From d20aa44d731e28dd822f76e24ec7caf1018daeb5 Mon Sep 17 00:00:00 2001 From: rodicasutu Date: Mon, 6 Jul 2020 22:14:58 +0300 Subject: [PATCH] test pull request build --- scripts/setUpMavenPhase.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/setUpMavenPhase.sh b/scripts/setUpMavenPhase.sh index 1d163d27c8..d959dc7463 100644 --- a/scripts/setUpMavenPhase.sh +++ b/scripts/setUpMavenPhase.sh @@ -2,12 +2,12 @@ echo "Branch name: ${TRAVIS_BRANCH}" echo "Branch name: ${TRAVIS_PULL_REQUEST}" # If this is pull request -if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; -then - export MAVEN_PHASE="verify" - echo "Maven Phase: ${MAVEN_PHASE}" - exit 0 -fi +#if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; +#then +# export MAVEN_PHASE="verify" +# echo "Maven Phase: ${MAVEN_PHASE}" +# exit 0 +#fi if [ "${TRAVIS_BRANCH}" == "master" ]; then