From fe69869fca95e455b87e1af4be43694763dcb840 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Thu, 7 Mar 2024 12:52:05 +0000
Subject: [PATCH] Artifact too large

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e2be77ab7..20684e4222 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -468,14 +468,6 @@ docs-registry:
   script:
     - pip install -r ./requirements.txt
     - python3 .docs/docker/release.py
-  cache:
-    paths:
-      - ./final
-  artifacts:
-    when: always
-    paths:
-      - ./final
-    expire_in: 1 days
 
 docs-docs:
   stage: docs
@@ -489,11 +481,6 @@ docs-docs:
   cache:
     paths:
       - ./final
-  artifacts:
-    when: always
-    paths:
-      - ./final
-    expire_in: 1 days
 
 release-images:
   stage: release
-- 
GitLab