mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 18:22:53 +00:00
fix: Add branch variable to Linux VM setup script (#1462)
This commit is contained in:
@@ -48,7 +48,11 @@ rvm use 2.7.2 --default
|
||||
|
||||
git clone https://github.com/chatwoot/chatwoot.git
|
||||
cd chatwoot
|
||||
git checkout master
|
||||
if [[ -z $1 ]]; then
|
||||
git checkout master;
|
||||
else
|
||||
git checkout $1;
|
||||
fi
|
||||
bundle
|
||||
yarn
|
||||
|
||||
|
||||
@@ -48,7 +48,11 @@ rvm use 2.7.2 --default
|
||||
|
||||
git clone https://github.com/chatwoot/chatwoot.git
|
||||
cd chatwoot
|
||||
git checkout master
|
||||
if [[ -z $1 ]]; then
|
||||
git checkout master;
|
||||
else
|
||||
git checkout $1;
|
||||
fi
|
||||
bundle
|
||||
yarn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user