Skip to content

Commit dd7bb90

Browse files
committed
Use public TrackerRadarKit git URL
1 parent 50a96ea commit dd7bb90

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/fastlane/plugin/ddg_apple_automation/actions/tds_perf_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fastlane
22
module DdgAppleAutomation
3-
VERSION = "2.2.0"
3+
VERSION = "2.2.1"
44
end
55
end

spec/tds_perf_test_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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

0 commit comments

Comments
 (0)