1
0
Fork 0
mirror of synced 2024-06-02 18:44:54 +12: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 bfb389908f
commit fc70db6dbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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