debug input arguments

This commit is contained in:
2025-09-24 11:44:27 -05:00
parent 9e9696bb5c
commit f8daf8615d

View File

@@ -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"