From 43c07b1168ba63566c15cac1a9748c0879931d7b Mon Sep 17 00:00:00 2001 From: vapormusic Date: Sat, 27 Aug 2022 22:35:21 +0700 Subject: [PATCH] bye cache --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2994dc04..3ccb0392 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,11 +22,11 @@ jobs: - run: name: Fetch Application Version command: ./resources/version.sh || true - - restore_cache: - key: dependency-cache-{{ checksum "pnpm-lock.yaml" }} - - run: - name: Clear node_airtunes2 cache - command: rm -rf ~/.pnpm-store/tmp|| true + # - restore_cache: + # key: dependency-cache-{{ checksum "pnpm-lock.yaml" }} + # - run: + # name: Clear node_airtunes2 cache + # command: rm -rf ~/.pnpm-store/tmp/cf5bc2de2629636ca224995234b8eaa1 || true - run: name: Install Node Dependencies command: pnpm install --frozen-lockfile