Skip to content

Commit

Permalink
fix: try deploy on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
panzergame committed Jul 15, 2021
1 parent f30433e commit eba5a03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
- stage: sonarcloud
script: bash travis/analysesonarcloud.sh
- stage: deploy
script: skip
script: bash travis/buildappimage.sh
deploy:
script: bash travis/buildappimage.sh
provider: releases
token: "$GITHUB_TOKEN"
file: 'dxfplotter-x86_64.AppImage'
Expand Down

0 comments on commit eba5a03

Please sign in to comment.