1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

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

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