Update scripts/pro/install.sh

This commit is contained in:
Rory Powell 2022-10-04 14:56:30 +01:00 committed by GitHub
parent 95ff0d9665
commit 43c8bfffed
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ if [[ -d "budibase-pro" ]]; then
cd budibase-pro
if [[ -z "${BRANCH}" ]]; then
echo Using GITHUB_REF_NAME: $GITHUB_REF_NAME
export BRANCH=$GITHUB_REF_NAME
fi