From 7aad151a0496a35b118533e5a1af00943f77902a Mon Sep 17 00:00:00 2001 From: guotao Date: Tue, 18 May 2021 11:38:41 +0800 Subject: [PATCH] update --- .ccyun.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.ccyun.yml b/.ccyun.yml index 8491e78ef..43ca28496 100644 --- a/.ccyun.yml +++ b/.ccyun.yml @@ -1,10 +1,9 @@ kind: pipeline type: docker name: default - -platform: - os: linux - arch: arm64 + #platform: + # os: linux + #arch: arm64 steps: - name: 编译 @@ -13,11 +12,11 @@ steps: - npm install -g cnpm --registry=https://registry.npm.taobao.org - cnpm install - npm run build - volumes: - - name: node_cache - path: node_modules +# volumes: +# - name: node_cache +# path: node_modules -volumes: -- name: node_cache - host: - path: /data/node_cache +#volumes: +#- name: node_cache +# host: +# path: /data/node_cache