Skip to content

Commit

Permalink
Remove Robo text.
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed Mar 6, 2024
1 parent 5a50f8c commit f0c5ea2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/GitTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,6 @@ protected function gitGetTags(string $location): array
/**
* Run git command.
*
* We cannot use Robo's git stack here as it does not support specifying
* current git working dir.
* Instead, we are using Robo's exec stack and our own wrapper.
*
* @param string $location
* Repository location path or URI.
* @param string $command
Expand Down
2 changes: 1 addition & 1 deletion tests/Functional/AbstractFunctionalTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ protected function runBuild(string $args = '', bool $expectFail = false): string
}

/**
* Run Robo command with current timestamp attached to artifact commands.
* Run command with current timestamp attached to artifact commands.
*
* @param string $command
* Command string to run.
Expand Down
2 changes: 1 addition & 1 deletion tests/Traits/CommandTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ protected function runGitCommand(string $args, string $path = null): array
}

/**
* Run Robo command.
* Run command.
*
* @param string $argsAndOptions
* Args and options.
Expand Down

0 comments on commit f0c5ea2

Please sign in to comment.