Silence install, increment release version

This commit is contained in:
David Edwards
2020-02-28 16:27:13 +00:00
parent 5f85067681
commit 07f257dda7
+2 -2
View File
@@ -107,10 +107,10 @@ matrix:
# Leaving blank will auto increment the
env:
# Must be in the format <alfresco-version>-<additional_versioning> ie. 6.3.0-repo-xxxx-x or 6.3.0-A-x
- release_version=6.3.0-repo-4735-2-6
- release_version=6.3.0-repo-4735-2-7
- development_version=6.3.0-SNAPSHOT
- COMM_RELEASE_VERSION=
install: travis_retry mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -PfullBuild,communityDocker #build the image to test
install: travis_retry mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -q
# Fail the job if there is a docker image tag that matches the release_version (or project version in the POM if not set)
before_script: travis_wait 30 bash ./scripts/travis/verifyReleaseTag.sh
script: