Skip to content

Commit

Permalink
no release body
Browse files Browse the repository at this point in the history
  • Loading branch information
leijurv committed Sep 25, 2018
1 parent 3556a22 commit a3e12d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ script:
- docker cp baritone:/code/dist dist
- ls dist
- cat dist/checksums.txt
- sed -e 's/^"//' -e 's/"$//' <<<$(jshon -s "$(cat dist/checksums.txt)")

deploy:
provider: releases
Expand All @@ -25,7 +24,6 @@ deploy:
file_glob: true
file:
- dist/*
body: $(sed -e 's/^"//' -e 's/"$//' <<<$(jshon -s "$(cat dist/checksums.txt)"))
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit a3e12d2

Please sign in to comment.