We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9869fda commit e4f9b2eCopy full SHA for e4f9b2e
lib/fastlane/plugin/emerge/helper/github.rb
@@ -42,11 +42,6 @@ def self.base_sha
42
def self.previous_sha
43
if is_push?
44
github_event_data.dig(:before)
45
- else
46
- shell_command = "git rev-parse HEAD^"
47
- UI.command(shell_command)
48
- stdout, _, status = Open3.capture3(shell_command)
49
- stdout.strip if status.success?
50
end
51
52
lib/fastlane/plugin/emerge/version.rb
@@ -1,5 +1,5 @@
1
module Fastlane
2
module Emerge
3
- VERSION = "0.10.5"
+ VERSION = "0.10.6"
4
5
0 commit comments