Skip to content

Commit

Permalink
Match stage for Deploy Pants Pex Unstable (pantsbuild#6704)
Browse files Browse the repository at this point in the history
Follow up for pantsbuild#6694 to make travis recognize the added stage.
  • Loading branch information
wisechengyi authored Oct 30, 2018
1 parent a23f248 commit c6a1555
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ cache:
# Stages are documented here: https://docs.travis-ci.com/user/build-stages
stages:
- Test Pants
- name: Deploy Pants Pex
- name: &build_stable Deploy Pants Pex
if: tag IS present AND tag =~ ^release_.*$
- name: Deploy Pants Pex Unstable
- name: &build_unstable Deploy Pants Pex Unstable
if: tag IS NOT present

default_test_config: &default_test_config
Expand Down Expand Up @@ -137,7 +137,7 @@ matrix:
- name: "Deploy Pants PEX"
os: linux
language: python
stage: Deploy Pants Pex
stage: *build_stable
env:
- PANTS_PEX_RELEASE=stable
script:
Expand All @@ -160,7 +160,7 @@ matrix:
- name: "Deploy Pants PEX Unstable"
os: linux
language: python
stage: Deploy Pants Pex
stage: *build_unstable
env:
- PREPARE_DEPLOY=1
script:
Expand Down

0 comments on commit c6a1555

Please sign in to comment.