test
This commit is contained in:
parent
8f9fec69fc
commit
093a51aa48
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class GitRev extends Command {
|
|||
var shell = StringBuffer(getCDPath(workspace));
|
||||
var target = data.branch ?? 'HEAD';
|
||||
target = replaceTag(target);
|
||||
shell.write(' && git fetch origin');
|
||||
// shell.write(' && git fetch origin');
|
||||
shell.write(' && git rev-parse $target');
|
||||
var process = await ProcessExecutor.start(shell, printStderr: false);
|
||||
var exitCode = await process.process.exitCode;
|
||||
|
|
|
|||
Loading…
Reference in a new issue