fastlane-plugin-mango 1.1.4 → 1.1.5
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: fc1a9360368f477adbaa00c022d00e519528a4f64dcc89179716584109138aef
|
|
4
|
+
data.tar.gz: c92a2af4dc4c56c32afee40e1851fcf5dc88d77fc896fa85e173d87d012b29b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ffe15b5fe36bc7b717b366b60b13f7449eb41a8dec53fb93ff6646f8da85d92df3f54a0dc4a3f991eeffec8c1294e8eabab9f9725e9a8e7411f999a661e66ff
|
|
7
|
+
data.tar.gz: e3210b9f614514b275774b618af5e3eff8821090304c3413cbb4d840f36eebcd9e04bdcf52e8779ec5e2aabc4181d0346f7566bef56cd39c9e2bc29c5292c99f
|
|
@@ -46,8 +46,6 @@ module Fastlane
|
|
|
46
46
|
|
|
47
47
|
handle_ports_allocation if is_running_on_emulator
|
|
48
48
|
|
|
49
|
-
execute_pre_action if @pre_action
|
|
50
|
-
|
|
51
49
|
pull_from_registry if @pull_latest_image
|
|
52
50
|
|
|
53
51
|
# Make sure that network bridge for the current container is not already used
|
|
@@ -89,6 +87,8 @@ module Fastlane
|
|
|
89
87
|
@emulator_commander.disable_animations
|
|
90
88
|
@emulator_commander.increase_logcat_storage
|
|
91
89
|
end
|
|
90
|
+
|
|
91
|
+
execute_pre_action if @pre_action
|
|
92
92
|
end
|
|
93
93
|
|
|
94
94
|
def kvm_disabled?
|
|
@@ -162,7 +162,7 @@ module Fastlane
|
|
|
162
162
|
end
|
|
163
163
|
|
|
164
164
|
def execute_pre_action
|
|
165
|
-
|
|
165
|
+
@docker_commander.exec(command: @pre_action)
|
|
166
166
|
end
|
|
167
167
|
|
|
168
168
|
# Pull the docker images before creating a container
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-mango
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Serghei Moret, Daniel Hartwich
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-09-
|
|
11
|
+
date: 2018-09-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: docker-api
|