Skip to content

Commit

Permalink
Update travis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vroyer committed Jul 2, 2020
1 parent 07ff6f5 commit 93b2cb3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,16 @@ script:
- integ-test/test-replace-pvc.sh
#- integ-test/test-rolling-upgrade.sh # to much for travis !
deploy:
- provider: releases
overwrite: true
draft: false
api_key: $GITHUB_TOKEN
file:
- java/edctl/build/libs/edctl
skip_cleanup: true
on:
tags: true
branch: master
# publish docker images, and license report
- provider: script
skip_cleanup: true
Expand Down

0 comments on commit 93b2cb3

Please sign in to comment.