mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
tidy up script for PRs
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user