Azure / acr-builder

Azure Container Registry Build Runner
MIT License
38 stars 35 forks source link

log commitID and branch information #429

Closed shahzzzam closed 5 years ago

shahzzzam commented 5 years ago

Purpose of the PR: In the download.go, we fetch CommitID and Branch information of the Git context. And we log it.

Reason behind logging it is, it can be fetched by the STDOUT buffers for the client to fetch Git commit,branch information.

Fixes #