From b60c44881eadb608d5960c6755cfd9e38ae9f557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=89=E9=BB=98=E3=81=AE=E9=87=91?= <110812055+chenmozhijin@users.noreply.github.com> Date: Fri, 29 Sep 2023 07:31:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=EF=BC=9A=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E5=BD=93=E5=89=8D=E5=85=8B=E9=9A=86=E7=9A=84=E6=8B=93?= =?UTF-8?q?=E5=B1=95=E8=BD=AF=E4=BB=B6=E5=8C=85=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-openwrt.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index fc4e55d0..698ceeab 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -129,6 +129,7 @@ jobs: while [ "$n" -le $NUMBER_OF_CLONES ]; do mkdir -p $EXT_PKGS_DL_PATH/TMP COLNE_ARGUMENT=$(sed -n "${n}p" $EXT_PKGS_PREP_PATH/clone.config) + echo "正在克隆拓展软件包仓库:$(echo "$COLNE_ARGUMENT" | sed -e "s/ --branch.*//g" -e "s@.*://@@g" -e "s/^[a-zA-Z.]\{1,111\}\///" -e "s/\/$//g")" git clone --depth=1 --single-branch $COLNE_ARGUMENT $EXT_PKGS_DL_PATH/TMP cd $EXT_PKGS_DL_PATH/TMP if [ "$(echo "$COLNE_ARGUMENT" | grep -c " --branch ")" -ne '0' ];then