forked from Gitlink/microservices
fix(项目部署): 前端部署脚本代码分支修改为develop
This commit is contained in:
parent
116d7c248d
commit
0615c3fa0e
|
|
@ -168,7 +168,7 @@ build_front(){
|
|||
git clone https://gitlink.org.cn/durian/ruoyi-react-test.git
|
||||
fi
|
||||
cd ./ruoyi-react-test
|
||||
if [ 'test' == "$env" ]; then
|
||||
if [ "$env" == 'test' ]; then
|
||||
echo "切换到develop分支"
|
||||
git checkout develop
|
||||
git branch --set-upstream-to=origin/develop develop
|
||||
|
|
|
|||
Loading…
Reference in New Issue