From c59d2b9fa75acae0a86d34faf6c59d5ac22f9e18 Mon Sep 17 00:00:00 2001
From: rschoene <rene.schoene@tu-dresden.de>
Date: Thu, 28 Jan 2021 17:37:48 +0100
Subject: [PATCH] remove src/data in view (should not be there actually)

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0332e27..906a1f6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,7 +50,7 @@ ragdoc_view:
   script:
     - DATA_DIR=$(pwd -P)/data
     - cd /ragdoc-view
-    - ( cd src/ && ln -s $DATA_DIR )
+    - ( cd src/ && rm -rf data && ln -s $DATA_DIR )
     - /ragdoc-view/build-view.sh --output-path=/dist
   artifacts:
     paths:
-- 
GitLab