mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Restored maven phase to verify
This commit is contained in:
@@ -17,7 +17,7 @@ elif [[ ${TRAVIS_BRANCH} = release* && "${TRAVIS_PULL_REQUEST}" == "false" ]] ;
|
||||
export MAVEN_PHASE="deploy"
|
||||
export IMAGE_TAG="${TRAVIS_BRANCH:8}-latest"
|
||||
else
|
||||
export MAVEN_PHASE="deploy"
|
||||
export MAVEN_PHASE="verify"
|
||||
export BUILD_PROFILE="buildDockerImage"
|
||||
export IMAGE_TAG="latest"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user