From 401f82dde1b7cadf27fbc83c567dae60e1351513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Tue, 19 Apr 2022 14:59:58 +0800 Subject: [PATCH] fix cicd --- .beagle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.beagle.yml b/.beagle.yml index b8833f9..aa1b5a7 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -18,7 +18,7 @@ pipeline: when: branch: - dev - - + ## 构建 build: image: registry.cn-qingdao.aliyuncs.com/wod/devops-node:12.18.0-stretch @@ -30,7 +30,7 @@ pipeline: - yarn build when: branch: - - [master,dev] + - dev # store-cache: # image: registry.cn-qingdao.aliyuncs.com/wod/devops-cache:1.0 -- 2.26.0