From bc69d7454a921c9bdd96e59af9ac9557ff3c72cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Wed, 7 Feb 2024 00:04:30 -0500
Subject: [PATCH] Use GIT=NO becasue ugh.

---
 .gitlab-ci-unix.yml | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/.gitlab-ci-unix.yml b/.gitlab-ci-unix.yml
index 5424a06f4c..cdf59792f1 100644
--- a/.gitlab-ci-unix.yml
+++ b/.gitlab-ci-unix.yml
@@ -179,10 +179,8 @@ spec:
   extends:
     - .$[[ inputs.os ]]-build
   script:
-    - touch src/sbbs3/git_hash.h
-    - touch src/sbbs3/git_branch.h
     - cd src/sbbs3/scfg
-    - gmake ${BUILD_FLAGS}
+    - gmake ${BUILD_FLAGS} GIT=NO
   artifacts:
     expire_in: 30 mins
     name: "scfg-${OSP}"
@@ -203,10 +201,8 @@ spec:
   extends:
     - .$[[ inputs.os ]]-build
   script:
-    - touch src/sbbs3/git_hash.h
-    - touch src/sbbs3/git_branch.h
     - cd src/sbbs3/uedit
-    - gmake ${BUILD_FLAGS}
+    - gmake ${BUILD_FLAGS} GIT=NO
   artifacts:
     expire_in: 30 mins
     name: "uedit-${OSP}"
@@ -255,10 +251,8 @@ spec:
   extends:
     - .$[[ inputs.os ]]-build
   script:
-    - touch src/sbbs3/git_hash.h
-    - touch src/sbbs3/git_branch.h
     - cd src/sbbs3
-    - gmake ${BUILD_FLAGS} standalone-utils
+    - gmake ${BUILD_FLAGS} GIT=NO standalone-utils
   artifacts:
     expire_in: 30 mins
     name: "utils-${OSP}"
@@ -278,10 +272,8 @@ spec:
   extends:
     - .$[[ inputs.os ]]-build
   script:
-    - touch src/sbbs3/git_hash.h
-    - touch src/sbbs3/git_branch.h
     - cd src/sbbs3
-    - gmake -d ${BUILD_FLAGS} all
+    - gmake -d ${BUILD_FLAGS} GIT=NO all
   artifacts:
     name: "sbbs-${OSP}"
     paths:
-- 
GitLab