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

Merge pull request #31867 from vieux/fix_bash_warning

fix bash error in release.sh
This commit is contained in:
Sebastiaan van Stijn 2017-04-06 21:45:00 +02:00 committed by GitHub
commit e49652c6f8

View file

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