Skip to content

Commit 8d04737

Browse files
committed
fix ci_check
1 parent deb521f commit 8d04737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/ci_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

33
set -e
4+
tag="v2.8.0"
45
LOG_INFO() {
56
local content=${1}
67
echo -e "\033[32m ${content}\033[0m"
@@ -28,7 +29,6 @@ download_tassl()
2829

2930
download_build_chain()
3031
{
31-
tag=$(curl -sS "https://gitee.com/api/v5/repos/FISCO-BCOS/FISCO-BCOS/tags" | grep -oe "\"name\":\"v[2-9]*\.[0-9]*\.[0-9]*\"" | cut -d \" -f 4 | sort -V | tail -n 1)
3232
LOG_INFO "--- current tag: $tag"
3333
curl -LO "https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/${tag}/build_chain.sh" && chmod u+x build_chain.sh
3434
}

0 commit comments

Comments
 (0)