未验证 提交 0c5b63ab 编写于 作者: A Alexander Kuzmenkov 提交者: GitHub

Update entrypoint.sh

上级 9def8f30
......@@ -10,6 +10,7 @@ cd workspace
# We will compare to the most recent testing tag in master branch, let's find it.
rm -rf ch ||:
git clone --branch master --single-branch --depth 50 --bare https://github.com/ClickHouse/ClickHouse ch
(cd ch && git fetch origin $SHA_TO_TEST:to-test) # fetch it so that we can show the commit message
ref_tag=$(cd ch && git describe --match='v*-testing' --abbrev=0 --first-parent master)
echo Reference tag is $ref_tag
# We use annotated tags which have their own shas, so we have to further
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册