Skip to content

Commit

Permalink
Update travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLike committed Jul 16, 2019
1 parent 3fbbc3e commit 3caabee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ go_import_path: volcano.sh/volcano
jobs:
include:
- stage: publish release
if: branch = master
before_deploy:
- export TRAVIS_TAG=$(git describe --tags)
script:
Expand All @@ -21,13 +20,15 @@ jobs:
script: make TAG=${TRAVIS_TAG} RELEASE_VER=${TRAVIS_TAG} release
on:
tags: true
branch: master
- provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: _output/release/volcano-${TRAVIS_TAG}-${OSTYPE}.tar.gz
skip_cleanup: true
on:
tags: true
branch: master
notifications:
webhooks: https://www.travisbuddy.com/
on_success: never

0 comments on commit 3caabee

Please sign in to comment.