changed: output last log entry in branches for jenkins builds
can help identifying issues with builds
This commit is contained in:
parent
7d5aa79922
commit
8d3030a004
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user