1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

fix bash error in release.sh

Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
Victor Vieux 2017-03-15 16:07:44 -07:00
parent fa6e7b39e3
commit 9b7e89313e

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