From ee14c06d1c8c8621aa0fbe4a5ce8eaea0655cfef Mon Sep 17 00:00:00 2001 From: zhangyang Date: Fri, 25 Mar 2022 12:32:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .beagle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.beagle.yml b/.beagle.yml index 4391ede..8130d6e 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -17,7 +17,7 @@ pipeline: - /data/cache:/cache when: branch: - - gzga + - dev ## 构建 build: image: registry.cn-qingdao.aliyuncs.com/wod/devops-node:12.18.0-stretch @@ -29,7 +29,7 @@ pipeline: - yarn build when: branch: - - gzga + - dev store-cache: image: registry.cn-qingdao.aliyuncs.com/wod/devops-cache:1.0 @@ -41,7 +41,7 @@ pipeline: - /data/cache:/cache when: branch: - - gzga + - dev ## 编译成静态文件 docker: -- 2.26.0