Skip to content

Commit

Permalink
dont do fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Aug 2, 2022
1 parent 44b55f0 commit 12626cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ before_deploy:
- openssl aes-256-cbc -K $encrypted_620d1db238ff_key -iv $encrypted_620d1db238ff_iv -in signing.tar.enc -out signing.tar -d
- tar xvf signing.tar
- "./gradlew clean assembleRelease"
- "fastlane release"
# - "fastlane release"
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 12626cf

Please sign in to comment.