diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3309a618d761bdeaf35c058dda46e688e05bec0b..caa9530b5abc100fa2b16078fb162f7ee0ac6bbc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,8 +27,8 @@ cache: stages: - pre-processing - - build-df-cli - - deploy-meilisearch + # - build-df-cli + # - deploy-meilisearch - zotero - get-meili-key - build @@ -58,7 +58,7 @@ stages: build:df-wiki-cli: image: python:3.11-bullseye - stage: build-df-cli + stage: pre-processing before_script: - cd packages/df-wiki-cli/ - pip install poetry @@ -79,7 +79,7 @@ build:df-wiki-cli: ################ DEPLOY MEILISEARCH ################# .deploy:meilisearch: - stage: deploy-meilisearch + stage: pre-processing image: harbor.pasteur.fr/kube-system/helm-kubectl:$HELM_VERSION variables: CI_DEBUG_TRACE: "false"