mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Merge pull request #31867 from vieux/fix_bash_warning
fix bash error in release.sh Upstream-commit: e49652c6f8fc0d115a567098b8c308f085963b8c Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user