From c6c14d8966fb9d18f1fe5e352d8cace354aaf1e3 Mon Sep 17 00:00:00 2001 From: keke125 Date: Wed, 14 Aug 2024 06:36:55 +0800 Subject: [PATCH] Fix: Update .gitlab-ci.yml file to resolve fastlane beta error. --- .gitlab-ci.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 621d97b..ac922c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,17 +13,8 @@ build: - chmod +x gradlew - bundle install - bundle exec fastlane build + - bundle exec fastlane beta artifacts: paths: - app/build/outputs/bundle/release/app-release.aab - app/build/outputs/apk/release/app-release.apk - -deploy: - tags: - - high performance - image: fabernovel/android:api-33-v1.7.0 - stage: deploy - script: - - bundle install - - bundle exec fastlane build - - fastlane beta