Merge pull request #333 from akva2/jenkins_show_last_log

changed: output last log entry in branches for jenkins builds
This commit is contained in:
Atgeirr Flø Rasmussen 2018-02-09 11:04:42 +01:00 committed by GitHub
commit 96526d0451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}