From 6b46c56c84172c07505ee618422808e864ad5fb6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Wed, 25 Aug 2021 11:04:35 +0200
Subject: [PATCH] up

---
 .docker/install_cpplib.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.docker/install_cpplib.sh b/.docker/install_cpplib.sh
index 484938f..35eb745 100755
--- a/.docker/install_cpplib.sh
+++ b/.docker/install_cpplib.sh
@@ -5,8 +5,10 @@ cd caosdb-cpplib
 # check if there is a crooesponding cpp branch. Use the default branch
 # if there isn't.
 if (git show-ref --verify --quiet refs/heads/$CI_COMMIT_REF_NAME) ; then
+    echo "git checkout $CI_COMMIT_REF_NAME"
     git checkout $CI_COMMIT_REF_NAME
 else
+    echo "git checkout $CPP_DEFAULT_BRANCH"
     git checkout $CPP_DEFAULT_BRANCH
 fi
 git submodule update --init --recursive
-- 
GitLab