fastlane-plugin-yalantis_ci 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 824efeb7dbfb25d089e7f87ec74dccf0a0451f4bf6dd65b85a2357928418b8a4
4
- data.tar.gz: 2d3095d62fdc2e23151df489496ee34fd7128b5738c7562d171daf3efaa2b792
3
+ metadata.gz: 03fa51526471b2cccaf51402419fed509737a2ee52e59e53935993e6e98bb3da
4
+ data.tar.gz: 5db6bf840dda0798a775f8617817b8e657eef466d7d504a9670ff848ed818754
5
5
  SHA512:
6
- metadata.gz: 2dd4a93e8aa9ba4e8c7a39ceaeba905301af3cfef76064391bf09f2115564f3fa6048116cefe7716892bd4e89911f7fc0e9d1d87aa531e37cb53b892818bf800
7
- data.tar.gz: b8580f5767ade909adee2ba9d7eaf37358cb8d9b09864580433cd3d79e66e5e3a036348f8b2d01831c3ff2e515c57380c8c6c7259791df3e6dab8b150c731d3b
6
+ metadata.gz: a9d5ed534c3e5ee6da2a6ee341cc8fda826531bc48f3cec97f21fdb36f9b7b317124305a75f12b8613b48c5e26e0924873ddadd6d56dd41a7af9dac5227b748f
7
+ data.tar.gz: d9c15bce88e8b543f1b8907d901fe4c68736ec1940b494fdee99738cc4a644ca59b40f7c540d0765f4bdd80d4cf75abd2426819ecca1b6311ed2b14e9c2c5f0d
@@ -71,8 +71,12 @@ module Fastlane
71
71
  # We need to setup a unique name for Match Repo to not interfere with any other
72
72
  # project. Project name includes normalized xcodeproj name and team id.
73
73
  # This ensures that same project can use different teams simultaniously.
74
- UI.message("Setting Match repo branch to: \"#{branch_name}\"")
75
- ENV['MATCH_GIT_BRANCH'] = branch_name
74
+ if ENV['MATCH_GIT_BRANCH'].nil?
75
+ UI.message("Setting Match repo branch to: \"#{branch_name}\"")
76
+ ENV['MATCH_GIT_BRANCH'] = branch_name
77
+ else
78
+ UI.message("Skipping Match being set to: \"#{ENV['MATCH_GIT_BRANCH']}\"")
79
+ end
76
80
  end
77
81
 
78
82
  def self.setup_temp_keychain(id)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module YalantisCi
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-yalantis_ci
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dima Vorona
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-14 00:00:00.000000000 Z
11
+ date: 2021-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane-plugin-firebase_app_distribution