mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +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
|
git clone https://github.com/chatwoot/chatwoot.git
|
||||||
cd chatwoot
|
cd chatwoot
|
||||||
git checkout master
|
if [[ -z $1 ]]; then
|
||||||
|
git checkout master;
|
||||||
|
else
|
||||||
|
git checkout $1;
|
||||||
|
fi
|
||||||
bundle
|
bundle
|
||||||
yarn
|
yarn
|
||||||
|
|
||||||
|
|||||||
@@ -48,7 +48,11 @@ rvm use 2.7.2 --default
|
|||||||
|
|
||||||
git clone https://github.com/chatwoot/chatwoot.git
|
git clone https://github.com/chatwoot/chatwoot.git
|
||||||
cd chatwoot
|
cd chatwoot
|
||||||
git checkout master
|
if [[ -z $1 ]]; then
|
||||||
|
git checkout master;
|
||||||
|
else
|
||||||
|
git checkout $1;
|
||||||
|
fi
|
||||||
bundle
|
bundle
|
||||||
yarn
|
yarn
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user