зеркало из https://github.com/microsoft/docker.git
Windows: make.ps1 emit commit ID
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
Родитель
7efc286518
Коммит
f48f1ff34c
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче