fastlane-plugin-branch 0.7.1 → 0.7.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: bd7832dada7bafc5f835e46ad4d1e0c0c7dd80b8e2c0922d38fd3d3654914e5e
|
|
4
|
+
data.tar.gz: 2d7d4984f13d213bfcd9323e348e2f3b4d9c968e2ec17032f4c7c00db19d1c29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb23965662dd76e788bc1b4b772c64c25a77a8855cf89ea62515e0ba139ed11210ea49bd3432c48f79a1453a313674b0b180ef8913105005ca4e7296f2dd743e
|
|
7
|
+
data.tar.gz: 99decd40419463d24ff542674a94b0db994adc9821fe241cd067cf8eb172370e96998c5494bdb1b29db26ae9e5dbbd0d7e6ad1210b319a7209bd93fb2de0578f
|
|
@@ -11,7 +11,7 @@ module Fastlane
|
|
|
11
11
|
params.load_configuration_file "Branchfile"
|
|
12
12
|
# second arg false: Don't add default values or env. vars. Let Fastlane
|
|
13
13
|
# handle that. This is necessary to work with the Branchfile.
|
|
14
|
-
config = BranchIOCLI::Configuration::
|
|
14
|
+
config = BranchIOCLI::Configuration::SetupConfiguration.wrapper params, false
|
|
15
15
|
BranchIOCLI::Command::SetupCommand.new(config).run!
|
|
16
16
|
rescue StandardError => e
|
|
17
17
|
UI.user_error! "Error in SetupBranchAction: #{e.message}\n#{e.backtrace}"
|