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