From ca5e72d6f5bec5126b656e8754deb5eaf3690061 Mon Sep 17 00:00:00 2001 From: MrKBear Date: Sun, 20 Feb 2022 10:38:08 +0800 Subject: [PATCH] Drone CI Test --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8adb313..d1632c7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,8 +13,8 @@ steps: - npm config set registry https://registry.npm.taobao.org - npm ci - npm run release-lab - - mkdir /tmp/cache - - cp -r build/* /tmp/cache + - mkdir -p /tmp/cache + - cp -f -r build/* /tmp/cache volumes: - name: publish