fastlane-plugin-nico 0.10.9 → 0.10.10

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: 798499cf19e83ad2f2abb92aee9006927936fd243718e66895fd9512ca9b3781
4
- data.tar.gz: 75659fa820bb50b257e948e9e6aee5af7606e3bc36ded869f5cfd9eab25db39d
3
+ metadata.gz: 6347572f2fdfaeba6ec6d524f7bd3051511bcb38ce0c021e6c392d2043a56b0e
4
+ data.tar.gz: 245810190dd65dd4410219ee070f14261e41021d89cd5f1146a25fd95f756fb6
5
5
  SHA512:
6
- metadata.gz: 6e4f266909dedf94cd179ac6ed18cc007c978fe84622af6eaa9a071693bb6b3b386259a87f4890b81340635ac5221b5c104c06aaf98230203f220dbed0c5439b
7
- data.tar.gz: 29ab81139a78f4c87237874c425a62ef2444d3bf608d12c44c2c229203e22859dafba1bfc68e5d34f75d152ba5fea765c8c0aa6abe1ab7b53e9b044f177a3ada
6
+ metadata.gz: c9bdddc1ffbe317f7026ae04cb1d15a4bbf063bc5c15090f24f24b9d1d9f00f8dd3a0499e02ecbaaa30337e7584250cbe07878cbe52ee36fc89c9f563192e4f2
7
+ data.tar.gz: 8646f586e5bb6f272f0f176874f8cedaf77804c63cfafc18758eac50dfe84984b83725b0e071c6296c949f9731a475eab8b40357c623caccae3627ffa6a01e46
@@ -43,16 +43,17 @@ module Fastlane
43
43
  def self.previous_sha
44
44
  if is_push?
45
45
  github_event_data.dig(:before)
46
- else
47
- shell_command = "git rev-parse HEAD^"
48
- stdout, stderr, status = Open3.capture3(shell_command)
49
- UI.message("Previous SHA command output: #{stdout.strip}")
50
- if status.success?
51
- stdout.strip
52
- else
53
- UI.error("Failed to get previous SHA: #{stderr}")
54
- nil
55
- end
46
+ else
47
+ github_event_data.dig(:before)
48
+ # shell_command = "git rev-parse HEAD^"
49
+ # stdout, stderr, status = Open3.capture3(shell_command)
50
+ # UI.message("Previous SHA command output: #{stdout.strip}")
51
+ # if status.success?
52
+ # stdout.strip
53
+ # else
54
+ # UI.error("Failed to get previous SHA: #{stderr}")
55
+ # nil
56
+ # end
56
57
  end
57
58
  end
58
59
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Nico
3
- VERSION = "0.10.9"
3
+ VERSION = "0.10.10"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-nico
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.9
4
+ version: 0.10.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nico Testing