From 898136bcf4dd58938ab1a1e22b3c54b7c0498ac5 Mon Sep 17 00:00:00 2001 From: sunjiangmeng Date: Tue, 8 Mar 2022 15:14:19 +0800 Subject: [PATCH] cicd --- .beagle.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.beagle.yml b/.beagle.yml index 5574bd4..8bca5b5 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -8,16 +8,16 @@ clone: pipeline: ## 读缓存 - read-cache: - image: registry.cn-qingdao.aliyuncs.com/wod/devops-cache:1.0 - restore: true - mount: - - ./node_modules - volumes: - - /data/cache:/cache - when: - branch: - - dev +# read-cache: +# image: registry.cn-qingdao.aliyuncs.com/wod/devops-cache:1.0 +# restore: true +# mount: +# - ./node_modules +# volumes: +# - /data/cache:/cache +# when: +# branch: +# - dev ## 构建 build: image: registry.cn-qingdao.aliyuncs.com/wod/devops-node:12.18.0-stretch @@ -31,17 +31,17 @@ pipeline: branch: - dev - store-cache: - image: registry.cn-qingdao.aliyuncs.com/wod/devops-cache:1.0 - rebuild: true - check: yarn.lock - mount: - - ./node_modules - volumes: - - /data/cache:/cache - when: - branch: - - dev +# store-cache: +# image: registry.cn-qingdao.aliyuncs.com/wod/devops-cache:1.0 +# rebuild: true +# check: yarn.lock +# mount: +# - ./node_modules +# volumes: +# - /data/cache:/cache +# when: +# branch: +# - dev ## 编译成静态文件 docker: -- 2.26.0