From ef6657f0b711e46b49e2a66955de796b42d12711 Mon Sep 17 00:00:00 2001
From: Miguel Prada <miguel.prada.sarasola@gmail.com>
Date: Tue, 14 May 2019 23:44:50 +0200
Subject: [PATCH] Print out where entry scripts are looked for

---
 scripts/ci_run_entry_points.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/ci_run_entry_points.sh b/scripts/ci_run_entry_points.sh
index 077cbde..b262dd9 100755
--- a/scripts/ci_run_entry_points.sh
+++ b/scripts/ci_run_entry_points.sh
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+echo Looking up and executing user entry scripts in: $1
+
 find -L $1 -name ci_entry_script.bash -exec bash -c 'echo Running entry script from $(basename $(dirname {})) ; {} ' \;
 
 echo Finalized running the user entry scripts
-- 
GitLab