test
This commit is contained in:
parent
f36b99c846
commit
623db62111
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ commands:
|
|||
- command: Git
|
||||
id: git
|
||||
param:
|
||||
workspace: ../dart_framework
|
||||
workspace: <!property:workpsace>/../dart_framework
|
||||
commands:
|
||||
- restore .
|
||||
- clean -f
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class Git extends Command {
|
|||
shell.writeln('git ${getPathNormal(item)}');
|
||||
}
|
||||
|
||||
var process = await ProcessExecutor.start(shell, workspace: workspace);
|
||||
var process = await ProcessExecutor.start(shell);
|
||||
|
||||
return complete(await process.process.exitCode, command,
|
||||
errorMessage: process.stderr.toString());
|
||||
|
|
|
|||
Loading…
Reference in a new issue