From 0e1d124a8fe599c98a48a93a7bf6c846064917a7 Mon Sep 17 00:00:00 2001 From: Eugene Yaremenko Date: Sat, 23 Oct 2021 17:31:09 +0300 Subject: [PATCH] [CI] Drop old html pub cache. --- .circleci/config_tmpl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config_tmpl.yml b/.circleci/config_tmpl.yml index e9c01b093..4e896cb7a 100644 --- a/.circleci/config_tmpl.yml +++ b/.circleci/config_tmpl.yml @@ -136,12 +136,12 @@ jobs: command: .circleci/bot_init - restore_cache: keys: - - webe-dps-{{ .Branch }}-{{ checksum ".circleci/web/.spacemacs" }} + - webe-dps-v2-{{ .Branch }}-{{ checksum ".circleci/web/.spacemacs" }} - run: name: Install dependencies command: .circleci/web/install_deps - save_cache: - key: webe-dps-{{ .Branch }}-{{ checksum ".circleci/web/.spacemacs" }} + key: webe-dps-v2-{{ .Branch }}-{{ checksum ".circleci/web/.spacemacs" }} paths: - ~/.emacs.d/elpa - run: