From 66cdc45fa6a2ce44bd71bb1ea61e499c0bcd210a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=AC=E5=B7=8D=E5=B7=9D?= Date: Mon, 27 Jul 2020 12:35:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2fe20c..899307c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ wp: #随意填写,起标示作用,wp指全流程测试 stage: develop #和上述的类型对应 only: - - qqq #指定触发分支 + - develop #指定触发分支 tags: - "155auto" @@ -22,7 +22,7 @@ com: #随意填写,起标示作用,com指cli测试 stage: develop #和上述的类型对应 only: - - yyy #指定触发分支 + - develop #指定触发分支 tags: - "155auto"