From 2bfa317e40661a3a1900f9f49acd3577e8bd215d Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Fri, 16 Oct 2020 00:47:36 +0800
Subject: [PATCH] WIP: before building, print the current config.

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

diff --git a/.build.ci.sh b/.build.ci.sh
index 9833e7ac..e0b5edb0 100644
--- a/.build.ci.sh
+++ b/.build.ci.sh
@@ -1,6 +1,8 @@
 #!/bin/bash
 # This is wrapper to run the build.sh on CI
 
+echo "LCG_RELEASE: ${LCG_RELEASE}"
+
 buildpid=
 logfile=mylog.txt
 
-- 
GitLab