From 0e3d569931117afa2544f5ceb73b1998443c7170 Mon Sep 17 00:00:00 2001 From: zhaoyongqiang Date: Fri, 8 Mar 2024 16:25:45 +0800 Subject: [PATCH] gitee sync test --- .github/workflows/gitee-sync-shell.sh | 1 + iOS/APIExample/Podfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gitee-sync-shell.sh b/.github/workflows/gitee-sync-shell.sh index cf9ccfddf..a1f9d6c9d 100755 --- a/.github/workflows/gitee-sync-shell.sh +++ b/.github/workflows/gitee-sync-shell.sh @@ -4,6 +4,7 @@ git config --global user.name "sync2gitee" pwd git remote -v +git checkout dev/4.3.1 # change android maven to china repos sed -ie "s#google()#maven { url \"https\://maven.aliyun.com/repository/public\" }\n google()#g" Android/APIExample/settings.gradle diff --git a/iOS/APIExample/Podfile b/iOS/APIExample/Podfile index 67c3f92ff..c47a1dff8 100644 --- a/iOS/APIExample/Podfile +++ b/iOS/APIExample/Podfile @@ -1,4 +1,4 @@ -Podfile# Uncomment the next line to define a global platform for your project +# Uncomment the next line to define a global platform for your project # platform :ios, '9.0' #source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'