ClickHouse/contrib/update-submodules.sh
Alexander Tokmakov 905975f6e6 update docs
2023-03-29 18:47:38 +02:00

12 lines
201 B
Bash
Executable File
Vendored

#!/bin/sh
set -e
WORKDIR=$(dirname "$0")
WORKDIR=$(readlink -f "${WORKDIR}")
"$WORKDIR/sparse-checkout/setup-sparse-checkout.sh"
git submodule init
git submodule sync
git submodule update --depth=1