From 5bb702c8034b8d7a9e5f1e9eb43e91f477d7c2cf Mon Sep 17 00:00:00 2001 From: vapormusic Date: Sat, 1 Oct 2022 16:29:57 +0700 Subject: [PATCH] fix CI --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index db490e5f..60d1e797 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,11 +25,11 @@ jobs: command: ./resources/version.sh || true - restore_cache: key: dependency-cache-{{ checksum "pnpm-lock.yaml" }}-{{ checksum "package.json" }} - - run: - name: Clear node_airtunes2 cache - command: | - rm -rf ~/.pnpm-store || true - rm -rf node_modules || true + # - run: + # name: Clear cache (only if CI fails uncomment this) + # command: | + # rm -rf ~/.pnpm-store || true + # rm -rf node_modules || true - run: name: Clear node_airtunes2 cache command: rm -rf ~/.pnpm-store/tmp/_tmp_1469292_a6751613e03842bf2a6fa9a4b21c3e28 || true