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 - docker cp baritone:/code/dist dist
- ls dist - ls dist
- cat dist/checksums.txt - cat dist/checksums.txt
- sed -e 's/^"//' -e 's/"$//' <<<$(jshon -s "$(cat dist/checksums.txt)")
deploy: deploy:
provider: releases provider: releases
@ -25,7 +24,6 @@ deploy:
file_glob: true file_glob: true
file: file:
- dist/* - dist/*
body: $(sed -e 's/^"//' -e 's/"$//' <<<$(jshon -s "$(cat dist/checksums.txt)"))
skip_cleanup: true skip_cleanup: true
on: on:
tags: true tags: true