fastlane-plugin-saucectl 0.1.7.pre → 0.1.8.pre
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: 4399e938c86dc69bd02020009818d9bc02005f725f0b755d35c00ca28c5ae0bf
|
|
4
|
+
data.tar.gz: 31372ee614c61e840ae19bbcae97c6f70307b94b055fdf22cccaf87ac1bdbb23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c38a402b2d7c15ffc1ecab5030aaddb4ba8f97e14d2a718eed1628af3fb327f7c3ee77077f5dbaac634460446768305b5a75d8ebc1fa73e68f10f091797d040a
|
|
7
|
+
data.tar.gz: 326652e3cdb51cc6c46ca2601bf334f42e689df189a8d0acac85033f1f9bbcfda1f620624cf3e5093321294b8fb98eb8cb38168d88d96805a3579ad3ed45019d
|
|
@@ -32,7 +32,7 @@ module Fastlane
|
|
|
32
32
|
|
|
33
33
|
def execute_saucectl_installer
|
|
34
34
|
status = system('sh sauce')
|
|
35
|
-
status == 1 ? UI.user_error!("❌ failed to install saucectl
|
|
35
|
+
status == 1 ? UI.user_error!("❌ failed to install saucectl") : status
|
|
36
36
|
executable = 'saucectl'
|
|
37
37
|
FileUtils.mv("bin/#{executable}", executable) unless File.exist?(executable)
|
|
38
38
|
end
|