From eaadf0aa3c6f3b1fa5a44eacd70f3f10b8dce9a4 Mon Sep 17 00:00:00 2001 From: fsanaulla Date: Thu, 10 Oct 2019 19:16:11 +0300 Subject: [PATCH] [CI][NONE]: move release stage to the tail of pipeline --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7f8b1e82..ff8cd535 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ jobs: - stage: release script: chmod 777 scripts/release.sh && ./scripts/release.sh env: INFLUXDB_VERSION=1.7.3 - scala: 2.12.8 + scala: 2.12.7 - stage: publish_core_2.11 script: - chmod 777 scripts/publish/core.sh @@ -120,8 +120,6 @@ jobs: scala: 2.13.0 stages: - name: test -- name: release - if: branch = master AND type != pull_request - name: publish_core_2.11 if: branch = master AND type != pull_request - name: publish_ahc_2.11 @@ -152,6 +150,8 @@ stages: if: branch = master AND type != pull_request - name: publish_other_2.13 if: branch = master AND type != pull_request +- name: release + if: branch = master AND type != pull_request env: matrix: - INFLUXDB_VERSION=1.4.3