From 2b29e510cea6b71c900738ec506c5a5d394e34c2 Mon Sep 17 00:00:00 2001 From: liyi Date: Fri, 30 May 2025 13:50:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4rbenv=20global=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E4=BF=AE=E5=A4=8Dbuild=5Fandroid=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E9=97=AE=E9=A2=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 e0c89d10..960da81d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,11 +64,7 @@ variables: - export NEXT_VERSION="$(cat app_new.version)" # - flutter pub get - export PATH="/opt/homebrew/bin:$PATH" - - rbenv install 2.7.8 --skip-existing - - rbenv global 2.7.8 - eval "$(rbenv init -)" - - rbenv --version - - ruby -v - bundle config mirror.https://rubygems.org https://gems.ruby-china.com - bundle install --gemfile android/Gemfile --quiet cache: @@ -83,8 +79,6 @@ variables: # - flutter pub get - export PATH="/opt/homebrew/bin:$PATH" - eval "$(rbenv init -)" - - rbenv --version - - ruby -v - bundle config mirror.https://rubygems.org https://gems.ruby-china.com - bundle install --gemfile ios/Gemfile --quiet cache: