Update scripts/pro/install.sh

This commit is contained in:
Rory Powell 2022-10-04 14:56:30 +01:00 committed by GitHub
parent bfb389908f
commit fc70db6dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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