From 9d0e9ab5ed9741b25c27db410f2f6fe86a44cfe3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Thu, 21 Mar 2024 00:49:07 -0400
Subject: [PATCH] Nope, that won't work either.

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

diff --git a/.gitlab-ci-unix.yml b/.gitlab-ci-unix.yml
index f60c312c9e..46ad5ae0f0 100644
--- a/.gitlab-ci-unix.yml
+++ b/.gitlab-ci-unix.yml
@@ -188,41 +188,6 @@ spec:
       - "src/sbbs3/git_*.h"
   needs: []
 
-"$[[ inputs.os ]]-$[[ inputs.platform ]] [cache-thing]":
-  extends:
-    - .$[[ inputs.os ]]-build
-  script:
-    - touch cache-me
-  cache:
-    key: "$[[ inputs.os ]]-${CI_PIPELINE_ID}-gitinfo"
-    paths:
-      - cache-me
-    policy: push
-  dependencies: []
-  rules:
-    - if: '"$[[ inputs.os ]]" != "freebsd"'
-      when: never
-    - if: '"$[[ inputs.platform ]]" != "amd64"'
-      when: never
-    - !reference [.rules, rules]
-
-"$[[ inputs.os ]]-$[[ inputs.platform ]] [cleanup]":
-  extends:
-    - .$[[ inputs.os ]]-build
-  stage: cleanup
-  script:
-    - echo "Delete ${CI_PIPELINE_ID}-gitinfo"
-  cache:
-    key: "$[[ inputs.os ]]-${CI_PIPELINE_ID}-gitinfo"
-    policy: push
-  dependencies: []
-  rules:
-    - if: '"$[[ inputs.os ]]" != "freebsd"'
-      when: never
-    - if: '"$[[ inputs.platform ]]" != "amd64"'
-      when: never
-    - !reference [.rules, rules]
-
 "$[[ inputs.os ]]-$[[ inputs.platform ]] [scfg]":
   extends:
     - .$[[ inputs.os ]]-build
-- 
GitLab