Skip to content

Commit

Permalink
Remove fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed May 19, 2024
1 parent 59a5df6 commit 04e8ec5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 224 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,26 +63,6 @@ jobs:
commit: ${{ github.sha }}
allowUpdates: true

# - name: Setup Ruby
# uses: ruby/setup-ruby@v1
# with:
# ruby-version: 2.6
#
# - name: Download bundle dependencies
# run: |
# gem install bundler:2.0.2
# bundle config path vendor/bundle
# bundle install
#
# - name: Release to Google Play (beta)
# env:
# SUPPLY_PACKAGE_NAME: ${{ secrets.ANDROID_PACKAGE_NAME }}
# SUPPLY_JSON_KEY_DATA: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }}
# run: |
# bundle exec fastlane supply \
# --aab build/app/outputs/bundle/release/app-release.aab \
# --track beta

build_linux:
needs: build_android
name: Build and release Linux app
Expand Down
3 changes: 0 additions & 3 deletions Gemfile

This file was deleted.

201 changes: 0 additions & 201 deletions Gemfile.lock

This file was deleted.

0 comments on commit 04e8ec5

Please sign in to comment.