From 0615c3fa0ec3cf291202edaae75fa4f4e1ae4279 Mon Sep 17 00:00:00 2001 From: otto <731554297@qq.com> Date: Fri, 9 Jun 2023 13:52:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E9=83=A8=E7=BD=B2):=20?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E9=83=A8=E7=BD=B2=E8=84=9A=E6=9C=AC=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=88=86=E6=94=AF=E4=BF=AE=E6=94=B9=E4=B8=BAdevelop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-gitlink/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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