Skip to content

Commit

Permalink
Merge pull request ethereum#181 from tailingchen/update-branch-and-ta…
Browse files Browse the repository at this point in the history
…g-naming

travis.yml: update branch and tag naming
  • Loading branch information
tailingchen authored Oct 17, 2018
2 parents 8b80952 + 5a99046 commit 138b553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ matrix:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin quay.io/amis
- make docker
- make docker.push
if: branch = feature/indexer_diff_1.8.17 AND (NOT type IN (pull_request))
if: NOT type IN (pull_request)
- stage: Staging Release
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin quay.io/amis
- make docker
- make docker.push
if: tag =~ ^indexer_diff_1.8.17/v
if: tag =~ ^indexer-([0-9]+.)+[0-9]+
env: DOCKER_IMAGE_TAG="$TRAVIS_TAG"

0 comments on commit 138b553

Please sign in to comment.