changed: output last log entry in branches for jenkins builds

can help identifying issues with builds
This commit is contained in:
Arne Morten Kvarving 2018-02-08 10:42:16 +01:00
parent 7d5aa79922
commit 8d3030a004

View File

@ -132,6 +132,7 @@ function clone_module {
fi
git fetch --depth 1 origin $2:branch_to_build
git checkout branch_to_build
git log HEAD -1 | cat
test $? -eq 0 || exit 1
popd
}