fix bash error in release.sh
Signed-off-by: Victor Vieux <victorvieux@gmail.com> Upstream-commit: 9b7e89313eb4e0a77d701c6a8ced64c18e771196 Component: engine
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user