fix bash error in release.sh

Signed-off-by: Victor Vieux <victorvieux@gmail.com>
Upstream-commit: 9b7e89313eb4e0a77d701c6a8ced64c18e771196
Component: engine
This commit is contained in:
Victor Vieux
2017-03-15 16:07:44 -07:00
parent 71a9172d50
commit 9863b0c1c9

View File

@ -303,7 +303,7 @@ release_index() {
}
main() {
[ "$SKIP_RELEASE_BUILD" -eq 1 ] || build_all
[[ "$SKIP_RELEASE_BUILD" -eq 1 ]] || build_all
setup_s3
release_binaries
release_index