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