File tree Expand file tree Collapse file tree
lib/fastlane/plugin/ddg_apple_automation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def self.run(params)
5353 # Navigate to temp directory
5454 Dir . chdir ( tmp_dir ) do
5555 # Clone repository
56- Actions . sh ( "git clone --depth=1 git@ github.com: duckduckgo/TrackerRadarKit.git" )
56+ Actions . sh ( "git clone --depth=1 https:// github.com/ duckduckgo/TrackerRadarKit.git" )
5757
5858 # Navigate to cloned repository
5959 Dir . chdir ( "TrackerRadarKit" ) do
Original file line number Diff line number Diff line change 11module Fastlane
22 module DdgAppleAutomation
3- VERSION = "2.2.0 "
3+ VERSION = "2.2.1 "
44 end
55end
Original file line number Diff line number Diff line change 3232
3333 it 'clones the repository' do
3434 allow ( Fastlane ::Actions ) . to receive ( :sh ) . and_return ( true )
35- expect ( Fastlane ::Actions ) . to receive ( :sh ) . with ( 'git clone --depth=1 git@ github.com: duckduckgo/TrackerRadarKit.git' )
35+ expect ( Fastlane ::Actions ) . to receive ( :sh ) . with ( 'git clone --depth=1 https:// github.com/ duckduckgo/TrackerRadarKit.git' )
3636
3737 Fastlane ::Actions ::TdsPerfTestAction . run ( test_params )
3838 end
You can’t perform that action at this time.
0 commit comments