Skip to content

Commit

Permalink
chore: Removed version checks (GaloyMoney#593)
Browse files Browse the repository at this point in the history
Removed version checks from android build
  • Loading branch information
daviroo authored Aug 7, 2022
1 parent ce0b109 commit f3cc414
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ jobs:
- run: echo $RELEASE_KEYSTORE | base64 -d > android/release.keystore
- run: echo $RELEASE_KEYSTORE | base64 -d > android/app/release.keystore

- run: node -v
- run: npm -v
- run: ruby -v
- run: fastlane -v
- run: yarn -v

- restore_cache:
key: 2-yarn-{{ checksum "yarn.lock" }}-android
- run: yarn install
Expand Down

0 comments on commit f3cc414

Please sign in to comment.