From f8daf8615d2b820078885b28a4954bb7876e6fa3 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 24 Sep 2025 11:44:27 -0500 Subject: [PATCH] debug input arguments --- checkout_repositories/run_ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/checkout_repositories/run_ci.sh b/checkout_repositories/run_ci.sh index 5898ed2..afef00c 100644 --- a/checkout_repositories/run_ci.sh +++ b/checkout_repositories/run_ci.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash set -euo pipefail +echo " Received input parameters: $* " PLUGIN_REPO_NAME="https://gitea.psi.ch/bec/$1.git" PLUGIN_BRANCH="$2" CORE_BRANCH="$3"