mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
configure AGS community build
This commit is contained in:
12
scripts/setUpMavenPhase.sh
Normal file
12
scripts/setUpMavenPhase.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
echo "Branch name: ${TRAVIS_BRANCH}"
|
||||
|
||||
if [ "${TRAVIS_BRANCH}" == "master" ];
|
||||
then
|
||||
export mavenPhase="deploy"
|
||||
elif [[ ${TRAVIS_BRANCH} = release* ]];
|
||||
then
|
||||
export mavenPhase="deploy"
|
||||
else
|
||||
export mavenPhase="verify"
|
||||
fi
|
Reference in New Issue
Block a user