From 14341405db9485c405d583b8cc0b2eadc3175fb9 Mon Sep 17 00:00:00 2001 From: Stepan Blyschak Date: Thu, 11 Nov 2021 12:53:22 +0200 Subject: [PATCH] [temporary] print git status and commit hash before build to check if the same as when running tests locally Signed-off-by: Stepan Blyschak --- .azure-pipelines/build-template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/build-template.yml b/.azure-pipelines/build-template.yml index d351d5703a..0dc4bd7f3b 100644 --- a/.azure-pipelines/build-template.yml +++ b/.azure-pipelines/build-template.yml @@ -136,6 +136,8 @@ jobs: export ENABLE_GCOV=y fi ./autogen.sh + git status + git rev-parse HEAD dpkg-buildpackage -us -uc -b -j$(nproc) && cp ../*.deb . displayName: "Compile sonic swss" - publish: $(System.DefaultWorkingDirectory)/