mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fetch/update website/presentations before website build
This commit is contained in:
parent
9caf6da5ca
commit
7b8ab787ce
@ -14,6 +14,8 @@ REMOTE_NAME="registry.yandex.net/${FULL_NAME}"
|
||||
DOCKER_HASH="$2"
|
||||
if [[ -z "$1" ]]
|
||||
then
|
||||
git clone https://github.com/yandex/clickhouse-presentations.git presentations || true
|
||||
git --work-tree=$(readlink -f presentations) --git-dir=$(readlink -f presentations)/.git pull
|
||||
gulp clean
|
||||
gulp build
|
||||
docker build -t "${FULL_NAME}" "${BASE_DIR}"
|
||||
|
Loading…
Reference in New Issue
Block a user