From b54316b589868e1ed44096e68de898a5be2c03d8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Thu, 21 Mar 2024 00:23:24 -0400
Subject: [PATCH] Turns out, we can't cleanup caches like that. :(

---
 .gitlab-ci-unix.yml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/.gitlab-ci-unix.yml b/.gitlab-ci-unix.yml
index f75f7300af..46ad5ae0f0 100644
--- a/.gitlab-ci-unix.yml
+++ b/.gitlab-ci-unix.yml
@@ -181,11 +181,6 @@ spec:
     - cd src/sbbs3
     - touch depend
     - $[[ inputs.gnu_make ]] $[[ inputs.build_flags ]] $BUILD_ARGS gitinfo
-  cache:
-    key: "${CI_PIPELINE_ID}-gitinfo"
-    paths:
-      - "src/sbbs3/git_*.h"
-    policy: push
   artifacts:
     expire_in: 30 mins
     name: "gitinfo-$[[ inputs.os ]]-$[[ inputs.platform ]]"
@@ -193,19 +188,6 @@ spec:
       - "src/sbbs3/git_*.h"
   needs: []
 
-"$[[ inputs.os ]]-$[[ inputs.platform ]] [cleanup]":
-  stage: cleanup
-  extends:
-    - .$[[ inputs.os ]]-build
-  script:
-    - echo "Delete ${CI_PIPELINE_ID}-gitinfo"
-  cache:
-    key: "${CI_PIPELINE_ID}-gitinfo"
-    paths:
-      - "src/sbbs3/git_*.h"
-    policy: push
-  dependencies: []
-
 "$[[ inputs.os ]]-$[[ inputs.platform ]] [scfg]":
   extends:
     - .$[[ inputs.os ]]-build
-- 
GitLab