From 27c93ca5809859f952957cc95ada8962a04ff929 Mon Sep 17 00:00:00 2001
From: Eric Timmons <etimmons@mit.edu>
Date: Tue, 8 Feb 2022 14:16:23 -0500
Subject: [PATCH] Testing some CI configuration

---
 .gitlab-ci.yml | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cacaee2..bfee2d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,18 +32,21 @@ generate docs:
   artifacts:
     paths:
       - docs/
+  rules:
+    - []
+    - when: on_success
 
 # 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:
-    - job: "blocker:release:clci"
-      optional: true
-    - "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:
+#     - job: "blocker:release:clci"
+#       optional: true
+#     - "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