Skip to content

Commit

Permalink
fix(fastlane): do not run gradle assemble
Browse files Browse the repository at this point in the history
Signed-off-by: Teclib <[email protected]>
  • Loading branch information
stonebuzz committed Jan 7, 2020
1 parent a89b188 commit 9992218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/setup_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ sudo apt-get install ruby-full build-essential
sudo gem update --system --no-document

# install fastlane
sudo gem install fastlane --no-document
sudo gem install fastlane --no-rdoc --no-ri

# update bundler
sudo gem install bundler --no-document
sudo gem install bundler --no-rdoc --no-ri

# update Gemfile.lock
sudo bundler update --bundler
Expand Down
1 change: 0 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ platform :android do
)
end
lane :alpha do |options|
gradle(task: "assembleRelease")
supply(
track: 'alpha',
apk: "app/build/outputs/apk/release/appCertified.apk",
Expand Down

0 comments on commit 9992218

Please sign in to comment.