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: 6943ff769cf79d9b01816a0b4f2e035b49e9cc57dcf7aaa19463f1beda2c65a2
4
- data.tar.gz: b942037a01855cb758c7e27674a811e4538ff22702b0df19f8883cda9f4be47a
3
+ metadata.gz: fc1a9360368f477adbaa00c022d00e519528a4f64dcc89179716584109138aef
4
+ data.tar.gz: c92a2af4dc4c56c32afee40e1851fcf5dc88d77fc896fa85e173d87d012b29b9
5
5
  SHA512:
6
- metadata.gz: 499895a54621b2dab0c674f5da56da50b965892f756dc8a1c7b7b8de50732128aaab45d9259333f8ad9bd399571078daeb796e3bbcbb61e3356575944d515420
7
- data.tar.gz: c04088926742786a6ac84f9da440b402f4b039457fc0b6ca281b67353c05e57197339267fa1e40605f2b15eb76a0cde843da9aff8b93e705da576261bc6d2ef1
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
- Actions.sh(@pre_action)
165
+ @docker_commander.exec(command: @pre_action)
166
166
  end
167
167
 
168
168
  # Pull the docker images before creating a container
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Mango
3
- VERSION = '1.1.4'.freeze
3
+ VERSION = '1.1.5'.freeze
4
4
  end
5
5
  end
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
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-13 00:00:00.000000000 Z
11
+ date: 2018-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: docker-api