From 67dc1fc229efc1553afc016b67c428fc7bf129b2 Mon Sep 17 00:00:00 2001
From: Alex Iribarren <Alex.Iribarren@cern.ch>
Date: Wed, 6 Jan 2021 15:00:32 +0100
Subject: [PATCH] Show git log

---
 upstreamcentostests.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/upstreamcentostests.sh b/upstreamcentostests.sh
index ee56d0b..d915024 100755
--- a/upstreamcentostests.sh
+++ b/upstreamcentostests.sh
@@ -13,6 +13,8 @@ git clone https://gitlab.cern.ch/linuxsupport/centos_functional_tests.git
 cd centos_functional_tests
 BRANCH=$(git reset --hard $PASSING)
 echo -e "\e[1m\e[32m$BRANCH\e[0m"
+BRANCH=$(git log -1)
+echo -e "\e[1m\e[32m$BRANCH\e[0m"
 
 # Skipping list is way longer than for cc7-base as image creation is different,
 # cc7-base was systemd ready, meaning most of these skips are service related
-- 
GitLab