mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
attempt to fix setting env
This commit is contained in:
@@ -3,11 +3,10 @@ echo "Branch name: ${TRAVIS_BRANCH}"
|
||||
|
||||
if [ "${TRAVIS_BRANCH}" == "master" ];
|
||||
then
|
||||
export mavenPhase="deploy"
|
||||
export MAVEN_PHASE="deploy"
|
||||
elif [[ ${TRAVIS_BRANCH} = release* ]];
|
||||
then
|
||||
export mavenPhase="deploy"
|
||||
export MAVEN_PHASE=$"deploy"
|
||||
else
|
||||
export mavenPhase="verify"
|
||||
export MAVEN_PHASE=$"verify"
|
||||
fi
|
||||
echo "Maven Phase: ${mavenPhase}"
|
Reference in New Issue
Block a user