From 559b26ab6fe4645f3f7233f96d6868d2e5bd677a Mon Sep 17 00:00:00 2001 From: Liuyf Date: Sat, 19 Oct 2024 13:34:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20dev,pre=E7=8E=AF=E5=A2=83=E6=89=93?= =?UTF-8?q?=E5=8C=85=E9=87=87=E7=94=A8=E6=9C=AA=E6=9D=A5=E7=9C=9F=E5=AE=9E?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f855b7a..ade38dc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,9 @@ variables: - export NEXT_VERSION="$(cat app_new.version)" - flutter pub get - bundle install --gemfile android/Gemfile --quiet - + cache: + paths: + - app_new.version .setup_fastlane_ios: extends: .build_rule @@ -61,6 +63,9 @@ variables: - ls -li - flutter pub get - bundle install --gemfile ios/Gemfile --quiet + cache: + paths: + - app_new.version test_lint_check: stage: test