Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def self.run(params)
absolute_path = File.expand_path(build_file_folder)
build_file_path = build_file_folder+"/build.gradle"
# find the repo root path
repo_path = Actions.sh("git -C #{absolute_path} rev-parse --show-toplevel").strip
repo_path = Actions.sh("git -C '#{absolute_path}' rev-parse --show-toplevel").strip
repo_pathname = Pathname.new(repo_path)
else
app_folder_name ||= params[:app_folder_name]
Expand Down