fastlane-plugin-yalantis_ci 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 03fa51526471b2cccaf51402419fed509737a2ee52e59e53935993e6e98bb3da
|
|
4
|
+
data.tar.gz: 5db6bf840dda0798a775f8617817b8e657eef466d7d504a9670ff848ed818754
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
75
|
-
|
|
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)
|
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.
|
|
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-
|
|
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
|