From 89e2c50a845813851c1e1f4bcba4ca4fa86d9db0 Mon Sep 17 00:00:00 2001 From: Liuyf Date: Tue, 22 Oct 2024 09:43:45 +0800 Subject: [PATCH] =?UTF-8?q?other=EF=BC=9A=20=E6=96=B0=E5=A2=9Ecanary?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=89=93=E5=8C=85=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8b7601b..55a6eafb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,6 @@ variables: before_script: - ls -li - export NEXT_VERSION="$(cat app_new.version)" - - export NEXT_VERSION="$(cat app_new.version)" - flutter pub get - bundle install --gemfile android/Gemfile --quiet cache: @@ -63,6 +62,7 @@ variables: extends: .build_rule before_script: - ls -li + - export NEXT_VERSION="$(cat app_new.version)" - flutter pub get - bundle install --gemfile ios/Gemfile --quiet cache: