Skip to content

Commit

Permalink
removed credentials manager and fastlane from gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
namrataukirde committed Sep 14, 2017
1 parent 81072b5 commit a99ba91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
source "https://rubygems.org"
gem "capistrano"
gem "rake"
gem "fastlane"
gem "credentials_manager"

4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ deployment:
commands:
- bundle exec cap production deploy
- bundle exec rake production android app:build
- bundle exec fastlane android beta
- fastlane android beta
- bundle exec rake production ios app:build
- bundle exec fastlane ios beta
- fastlane ios beta

0 comments on commit a99ba91

Please sign in to comment.