From f540594e106d08981eb1a1e230f6d7380f7ee563 Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Mon, 28 Jun 2021 16:14:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4store-catch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .beagle.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.beagle.yml b/.beagle.yml index 89dde93..c6d24e4 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -22,13 +22,13 @@ pipeline: commands: - yarn install - yarn run build - store-cache: - image: registry.cn-qingdao.aliyuncs.com/wod/devops-cache:1.0 - rebuild: true - mount: - - ./node_modules - volumes: - - /data/cache:/cache + # store-cache: + # image: registry.cn-qingdao.aliyuncs.com/wod/devops-cache:1.0 + # rebuild: true + # mount: + # - ./node_modules + # volumes: + # - /data/cache:/cache docker-master: image: registry.cn-qingdao.aliyuncs.com/wod/devops-docker:1.0 volumes: -- 2.26.0