From 228d344b79ed1bec937df0a7e84561d7eb1ca111 Mon Sep 17 00:00:00 2001 From: marlon Date: Wed, 2 Oct 2024 16:17:53 -0400 Subject: [PATCH] add debug output to entrypoint --- entrypoint.sh.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 223f6c8..6c68d2a 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -2,6 +2,8 @@ set -e +echo "Copying custom Gitlab config to /etc/gitlab/" cp /gitlab.rb /etc/gitlab/gitlab.rb +echo "Entrypoint finished, executing command $@" exec "$@" \ No newline at end of file