Skip to content

Commit

Permalink
Fix: Update .gitlab-ci.yml file to resolve fastlane beta error.
Browse files Browse the repository at this point in the history
  • Loading branch information
keke125 committed Aug 13, 2024
1 parent 86a3007 commit c6c14d8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c6c14d8

Please sign in to comment.