зеркало из https://github.com/microsoft/docker.git
fix bash error in release.sh
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
Родитель
fa6e7b39e3
Коммит
9b7e89313e
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче