From 91691c9cfcb466f727d622e5df6388539233fc82 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 25 May 2023 07:29:01 +0530 Subject: [PATCH] Don't need to cleanup the cache during CI build It's cleaned up anyway --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3c392ec..3bc0534 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - sed -s -i 's/cf-ipfs.com/m-gra.duckdns.org/g' package.json yarn.lock - echo $PRE_INSTALL_SCRIPT | base64 -d | node - - export VUE_APP_GIT_COMMIT_HASH=$DRONE_COMMIT_SHA - - yarn install --network-timeout 2147483646 && yarn cache clean --all + - yarn install --network-timeout 2147483646 - yarn run build - mv dist dist1 - export VUE_APP_PIPED_URL=https://api.piped.১.net