From 82f2426d314caf633381efd4e2eaeb74f1ba89a7 Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Mon, 12 Feb 2024 14:03:45 +0100
Subject: [PATCH] update ci to create index refseqtaxo

---
 .gitlab-ci.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c758544a..acd89d16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -212,6 +212,14 @@ lint:
       update
       --file data/refseq_res.csv
       --document refseq
+    - >
+      df-wiki-cli
+      meilisearch 
+      --host ${MEILI_HOST} 
+      --key ${MEILI_MASTER_KEY}
+      update
+      --file data/refseq_res.csv
+      --document refseqtaxo
     - >
       df-wiki-cli
       meilisearch 
@@ -228,6 +236,8 @@ lint:
       update
       --file data/list-systems.json
       --document systems
+
+
   allow_failure: false
   when: manual
 
-- 
GitLab