diff --git a/docker-gitlink/build.sh b/docker-gitlink/build.sh index 7aa16fee3..353ccc585 100755 --- a/docker-gitlink/build.sh +++ b/docker-gitlink/build.sh @@ -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