From 4929c4f7cfd2ed1f8cbc978e1a739e9a03bca7a2 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Fri, 6 Jun 2025 18:18:42 -0600 Subject: [PATCH] Remove caching altogether --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6afdf61..77049b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,13 +2,9 @@ variables: GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_FORCE_HTTPS: "true" -image: node:22 -cache: # Cache modules in between jobs - key: $CI_COMMIT_REF_SLUG - paths: - - .npm/ pages: + image: node:22 stage: deploy rules: - if: '$CI_COMMIT_REF_NAME == "v4"'