diff --git a/.travis.yml b/.travis.yml index 9de20a857..e11975290 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,10 @@ before_cache: env: global: - VERSION_EDITION=Community + # Must be in the format - ie. 6.3.0-repo-xxxx-x or 6.3.0-A-x + - release_version=6.3.0-repo-4735-2-13 + - development_version=6.3.0-SNAPSHOT + - COMM_RELEASE_VERSION=202003-test-release branches: only: @@ -105,10 +109,6 @@ matrix: # only on develop or master branch if: commit_message ~= /\[trigger release\]/ AND fork = false AND branch = feature/REPO-4735_Add-release-stages-2 AND commit_message !~ /\[no-release\]/ # Leaving blank will auto increment the - env: - # Must be in the format - ie. 6.3.0-repo-xxxx-x or 6.3.0-A-x - - release_version=6.3.0-repo-4735-2-13 - - development_version=6.3.0-SNAPSHOT install: skip # 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: bash ./scripts/travis/verifyReleaseTag.sh @@ -136,8 +136,6 @@ matrix: # only on master branch if: commit_message ~= /\[trigger company release\]/ AND fork = false AND branch = feature/REPO-4735_Add-release-stages-2 AND commit_message !~ /\[no-release\]/ name: "Copy to S3 Release" - env: - - COMM_RELEASE_VERSION=202003-test-release install: skip # Nothing to build/install as we are just copying from S3 buckets before_deploy: pip install awscli delpoy: