From 578e0a9c8b516c34a801f2d6ea4d9a07b734bd7e Mon Sep 17 00:00:00 2001 From: ngfchl Date: Sat, 15 Oct 2022 22:01:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E6=97=B6=E7=9B=B4=E6=8E=A5=E5=88=87=E6=8D=A2=E5=88=B0=E6=8C=87?= =?UTF-8?q?=E5=AE=9A=E5=88=86=E6=94=AF=EF=BC=88dev=E6=88=96master=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/start.sh b/start.sh index d7f2cb1..d1e0b2d 100644 --- a/start.sh +++ b/start.sh @@ -13,6 +13,7 @@ if [ ! -e $CONTAINER_ALREADY_STARTED ]; then echo "拉取PTools最新代码" # 设置拉取最新文件并覆盖 git config pull.ff only + git checkout $DEV git pull git pull origin $DEV echo "列出代码文件信息"