Skip to content

Commit

Permalink
[CI][NONE]: move release stage to the tail of pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
fsanaulla committed Oct 10, 2019
1 parent c410a4f commit eaadf0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eaadf0a

Please sign in to comment.