fix: plugin URL
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
echo " Received input parameters: $* "
|
echo " Received input parameters: $* "
|
||||||
PLUGIN_REPO_NAME="https://gitea.psi.ch/bec/$1.git"
|
PLUGIN_URL="https://gitea.psi.ch/bec/$1.git"
|
||||||
PLUGIN_BRANCH="$2"
|
PLUGIN_BRANCH="$2"
|
||||||
CORE_BRANCH="$3"
|
CORE_BRANCH="$3"
|
||||||
WIDGETS_BRANCH="$4"
|
WIDGETS_BRANCH="$4"
|
||||||
|
|||||||
Reference in New Issue
Block a user