From a0910a5d24d2399d7ada3d207f3faae4274dc385 Mon Sep 17 00:00:00 2001 From: rodicasutu Date: Wed, 8 Jul 2020 11:16:58 +0300 Subject: [PATCH] Revert "test deploy phase" This reverts commit be0704ec7b313190d061ad10e9f80819707a2ec5. # Conflicts: # .travis.settings.xml --- scripts/setUpMavenPhase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setUpMavenPhase.sh b/scripts/setUpMavenPhase.sh index d2ea23bc5a..60be3bb87e 100644 --- a/scripts/setUpMavenPhase.sh +++ b/scripts/setUpMavenPhase.sh @@ -6,6 +6,6 @@ if [[ "${TRAVIS_BRANCH}" == "master" || "${TRAVIS_BRANCH}" = release* ]] && [ "$ then export MAVEN_PHASE="deploy" else - export MAVEN_PHASE="deploy" + export MAVEN_PHASE="verify" fi