From 8039ae343fc8e291ee2e86b9a2079ccef953fc13 Mon Sep 17 00:00:00 2001
From: Eric Timmons <etimmons@mit.edu>
Date: Tue, 8 Feb 2022 13:37:30 -0500
Subject: [PATCH] Comment out release docs job

---
 .gitlab-ci.yml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b6f16e0..624c7f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,14 +35,14 @@ generate docs:
 
 # Notify the project containing the website that new documentation is ready to
 # be fetched.
-publish docs:
-  stage: deploy
-  rules:
-    - if: '$CI_COMMIT_TAG =~ /^v[0-9]+(\.[0-9]+)*(-.*)?$/'
-  needs:
-    - "blocker:release:clci"
-    - "generate docs"
-  trigger: cl-tar/cl-tar.common-lisp.dev
-  variables:
-    CL_TAR_FILE_TAG: $CI_COMMIT_TAG
-    CL_TAR_FILE_PIPELINE: $CI_PIPELINE_ID
+# publish docs:
+#   stage: deploy
+#   rules:
+#     - if: '$CI_COMMIT_TAG =~ /^v[0-9]+(\.[0-9]+)*(-.*)?$/'
+#   needs:
+#     - "blocker:release:clci"
+#     - "generate docs"
+#   trigger: cl-tar/cl-tar.common-lisp.dev
+#   variables:
+#     CL_TAR_FILE_TAG: $CI_COMMIT_TAG
+#     CL_TAR_FILE_PIPELINE: $CI_PIPELINE_ID
-- 
GitLab