Skip to content

Commit

Permalink
[temporary] print git status and commit hash before build to check if…
Browse files Browse the repository at this point in the history
… the same as when running tests locally

Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
  • Loading branch information
stepanblyschak committed Nov 11, 2021
1 parent a8508c1 commit 1434140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)/
Expand Down

0 comments on commit 1434140

Please sign in to comment.