Skip to content

Commit

Permalink
remove unncesary method
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaguereca committed Nov 18, 2024
1 parent 42dbf06 commit ca52a11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/OctoshiftCLI.IntegrationTests/TestHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -547,9 +547,6 @@ public async Task RunPowershellScript(string script, IDictionary<string, string>
public async Task RunCliCommand(string command, string cliName, IDictionary<string, string> tokens) =>
await RunShellCommand(command, cliName, GetOsDistPath(), tokens);

public async Task RunBbsMigrateRepoCommand(string migrateRepoCommand, IDictionary<string, string> tokens) =>
await RunCliCommand($"bbs2gh {migrateRepoCommand}", "gh", tokens);

private async Task RunShellCommand(string command, string fileName, string workingDirectory = null, IDictionary<string, string> environmentVariables = null)
{
var startInfo = new ProcessStartInfo
Expand Down

0 comments on commit ca52a11

Please sign in to comment.