no release body

This commit is contained in:
Leijurv 2018-09-25 14:42:00 -07:00
parent 3556a22818
commit a3e12d299f
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -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
@ -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