Windows: make.ps1 emit commit ID
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: f48f1ff34c72c97bb000dbf235d9d6c4173384e1 Component: engine
This commit is contained in:
@@ -97,7 +97,7 @@ Function Get-GitCommit() {
|
||||
if ($env:DOCKER_GITCOMMIT.Length -eq 0) {
|
||||
Throw ".git directory missing and DOCKER_GITCOMMIT environment variable not specified."
|
||||
}
|
||||
Write-Host "INFO: Git commit assumed from DOCKER_GITCOMMIT environment variable"
|
||||
Write-Host "INFO: Git commit ($env:DOCKER_GITCOMMIT) assumed from DOCKER_GITCOMMIT environment variable"
|
||||
return $env:DOCKER_GITCOMMIT
|
||||
}
|
||||
$gitCommit=$(git rev-parse --short HEAD)
|
||||
|
||||
Reference in New Issue
Block a user