Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RocketChat/Rocket.Chat.ReactNative
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e9c9e26e675fc985ec7b8cd0ce5f8d0ee3c78caa
Choose a base ref
..
head repository: RocketChat/Rocket.Chat.ReactNative
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 033bb24177b4ac94d6feb74b1d640f0de99cdab8
Choose a head ref
Showing with 13 additions and 16 deletions.
  1. +13 −16 .circleci/config.yml
29 changes: 13 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -53,11 +53,19 @@ save-gems-cache: &save-gems-cache
paths:
- vendor/bundle

update-fastlane: &update-fastlane
update-fastlane-ios: &update-fastlane-ios
name: Update Fastlane
command: |
echo "ruby-2.6.4" > ~/.ruby-version
bundle install && bundle update
working_directory: ios

update-fastlane-android: &update-fastlane-android
name: Update Fastlane
command: |
echo "ruby-2.6.4" > ~/.ruby-version
bundle install && bundle update
working_directory: android

save-gradle-cache: &save-gradle-cache
name: Save gradle cache
@@ -130,13 +138,6 @@ commands:
command: |
npx detox test << parameters.folder >> --configuration ios.sim.release --cleanup
update-fastlane:
parameters:
working_directory:
type: string
steps:
- run: *update-fastlane

# JOBS
jobs:
lint-testunit:
@@ -243,8 +244,7 @@ jobs:

- run: *install-npm-modules

- update-fastlane:
working_directory: "android"
- run: *update-fastlane-android

- restore_cache: *restore-gradle-cache

@@ -333,8 +333,7 @@ jobs:
command: echo "$FASTLANE_GOOGLE_SERVICE_ACCOUNT" | base64 --decode > service_account.json
working_directory: android

- update-fastlane:
working_directory: "android"
- run: *update-fastlane-android

- restore_cache: *restore-gradle-cache

@@ -364,8 +363,7 @@ jobs:

- run: *install-npm-modules

- update-fastlane:
working_directory: "ios"
- run: *update-fastlane-ios

- run:
name: Set Google Services
@@ -427,8 +425,7 @@ jobs:

- restore_cache: *restore-gems-cache

- update-fastlane:
working_directory: "ios"
- run: *update-fastlane-ios

- run:
name: Fastlane Tesflight Upload