mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
Silence install, increment release version
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user