Trigger docs check

This commit is contained in:
Mikhail f. Shiryaev 2023-11-11 01:27:09 +01:00
parent 111bc9e628
commit 025c3cf37b
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -4,8 +4,8 @@ FROM node:16-alpine
RUN apk add --no-cache git openssh bash
# At this point we want to really update /opt/clickhouse-docs
# despite the cached images
# At this point we want to really update /opt/clickhouse-docs directory
# So we reset the cache
ARG CACHE_INVALIDATOR=0
RUN git clone https://github.com/ClickHouse/clickhouse-docs.git \