From 03ef57d75dc0184d3f64c26aa5b13193cc64133f Mon Sep 17 00:00:00 2001 From: liyi Date: Fri, 6 Jun 2025 09:17:39 +0800 Subject: [PATCH 1/7] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4ci=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5fcc10b..d9c835cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,6 +67,7 @@ variables: # - flutter pub get - export PATH="/opt/homebrew/bin:$PATH" - eval "$(rbenv init -)" + - rbenv global 2.6.10 # 你实际用的 Ruby 版本 - bundle config mirror.https://rubygems.org https://gems.ruby-china.com - bundle install --gemfile android/Gemfile --quiet cache: @@ -83,6 +84,7 @@ variables: # - flutter pub get - export PATH="/opt/homebrew/bin:$PATH" - eval "$(rbenv init -)" + - rbenv global 2.6.10 # 你实际用的 Ruby 版本 - bundle config mirror.https://rubygems.org https://gems.ruby-china.com - bundle install --gemfile ios/Gemfile --quiet cache: From a55f8d1e7378e0df7c3d6b58d184890d84ad4872 Mon Sep 17 00:00:00 2001 From: liyi Date: Fri, 6 Jun 2025 09:20:34 +0800 Subject: [PATCH 2/7] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4ci=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9c835cc..de2e9d71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,8 +68,11 @@ variables: - export PATH="/opt/homebrew/bin:$PATH" - eval "$(rbenv init -)" - rbenv global 2.6.10 # 你实际用的 Ruby 版本 + - ruby -v + - which ruby + - gem env - bundle config mirror.https://rubygems.org https://gems.ruby-china.com - - bundle install --gemfile android/Gemfile --quiet + - bundle install --gemfile android/Gemfile --path vendor/bundle --quiet cache: paths: - app_new.version @@ -81,12 +84,15 @@ variables: - export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn - ls -li - export NEXT_VERSION="$(cat app_new.version)" -# - flutter pub get + - flutter pub get - export PATH="/opt/homebrew/bin:$PATH" - eval "$(rbenv init -)" - rbenv global 2.6.10 # 你实际用的 Ruby 版本 + - ruby -v + - which ruby + - gem env - bundle config mirror.https://rubygems.org https://gems.ruby-china.com - - bundle install --gemfile ios/Gemfile --quiet + - bundle install --gemfile android/Gemfile --path vendor/bundle --quiet cache: paths: - app_new.version From c9ad04d4d9483e03468d4110ae813db13c7eb059 Mon Sep 17 00:00:00 2001 From: liyi Date: Fri, 6 Jun 2025 09:38:41 +0800 Subject: [PATCH 3/7] =?UTF-8?q?fix:=E5=8C=BA=E5=88=86Android=E5=92=8Cios?= =?UTF-8?q?=E7=9A=84=E6=9E=84=E5=BB=BA=E6=97=B6=E7=9A=84=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de2e9d71..5b245a90 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ variables: - which ruby - gem env - bundle config mirror.https://rubygems.org https://gems.ruby-china.com - - bundle install --gemfile android/Gemfile --path vendor/bundle --quiet + - bundle install --gemfile android/Gemfile --path vendor/bundle_android --quiet cache: paths: - app_new.version @@ -92,7 +92,7 @@ variables: - which ruby - gem env - bundle config mirror.https://rubygems.org https://gems.ruby-china.com - - bundle install --gemfile android/Gemfile --path vendor/bundle --quiet + - bundle install --gemfile android/Gemfile --path vendor/bundle_ios --quiet cache: paths: - app_new.version From 7a446fdb529eb2b0bbe587301c75797eb25a606e Mon Sep 17 00:00:00 2001 From: liyi Date: Fri, 6 Jun 2025 09:45:57 +0800 Subject: [PATCH 4/7] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8Dsetup=5Ffastlane=5Fio?= =?UTF-8?q?s=E4=B8=AD=E4=BD=BF=E7=94=A8=E4=BA=86=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E7=9B=AE=E5=BD=95=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b245a90..100adeb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,7 +84,6 @@ variables: - export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn - ls -li - export NEXT_VERSION="$(cat app_new.version)" - - flutter pub get - export PATH="/opt/homebrew/bin:$PATH" - eval "$(rbenv init -)" - rbenv global 2.6.10 # 你实际用的 Ruby 版本 @@ -92,7 +91,7 @@ variables: - which ruby - gem env - bundle config mirror.https://rubygems.org https://gems.ruby-china.com - - bundle install --gemfile android/Gemfile --path vendor/bundle_ios --quiet + - bundle install --gemfile ios/Gemfile --path vendor/bundle_ios --quiet cache: paths: - app_new.version From 00a74b8a989bce23693b3ede20ce53da94553ed2 Mon Sep 17 00:00:00 2001 From: liyi Date: Fri, 6 Jun 2025 11:35:07 +0800 Subject: [PATCH 5/7] =?UTF-8?q?fix:=E5=88=87=E6=8D=A2rubygems=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E4=B8=BA=E9=98=BF=E9=87=8C=E4=BA=91=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 100adeb4..55811bd6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,7 +71,7 @@ variables: - ruby -v - which ruby - gem env - - bundle config mirror.https://rubygems.org https://gems.ruby-china.com + - bundle config mirror.https://rubygems.org https://mirrors.aliyun.com/rubygems/ - bundle install --gemfile android/Gemfile --path vendor/bundle_android --quiet cache: paths: @@ -90,7 +90,7 @@ variables: - ruby -v - which ruby - gem env - - bundle config mirror.https://rubygems.org https://gems.ruby-china.com + - bundle config mirror.https://rubygems.org https://mirrors.aliyun.com/rubygems/ - bundle install --gemfile ios/Gemfile --path vendor/bundle_ios --quiet cache: paths: From 2de821804a37c423a9493e5103ad3f0c98c473ac Mon Sep 17 00:00:00 2001 From: liyi Date: Fri, 6 Jun 2025 12:03:37 +0800 Subject: [PATCH 6/7] =?UTF-8?q?fix:=E6=9E=84=E5=BB=BA=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E5=90=8E=E6=B8=85=E7=90=86=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55811bd6..eaa0fd5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -213,4 +213,10 @@ clean_up: extends: .build_rule script: - git reset --hard + - rm -rf ~/Library/Developer/Xcode/DerivedData/* + - rm -rf ~/Library/Developer/Xcode/Archives/* + - rm -rf ios/build/ + - rm -rf build/ + - rm -rf .dart_tool/ + - rm -rf ios/Pods/ when: always \ No newline at end of file From 7831615b802f97af032e9d5c86d30ae394512f3b Mon Sep 17 00:00:00 2001 From: liyi Date: Fri, 6 Jun 2025 13:41:34 +0800 Subject: [PATCH 7/7] =?UTF-8?q?fix:=E5=8F=96=E6=B6=88=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=90=8E=E6=B8=85=E7=90=86=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eaa0fd5b..55811bd6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -213,10 +213,4 @@ clean_up: extends: .build_rule script: - git reset --hard - - rm -rf ~/Library/Developer/Xcode/DerivedData/* - - rm -rf ~/Library/Developer/Xcode/Archives/* - - rm -rf ios/build/ - - rm -rf build/ - - rm -rf .dart_tool/ - - rm -rf ios/Pods/ when: always \ No newline at end of file