Skip to content
Snippets Groups Projects
Commit 7ea9ca12 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

update ci

parent 5324ab97
No related branches found
No related tags found
No related merge requests found
Pipeline #127509 waiting for manual action with stages
...@@ -27,8 +27,8 @@ cache: ...@@ -27,8 +27,8 @@ cache:
stages: stages:
- pre-processing - pre-processing
- build-df-cli # - build-df-cli
- deploy-meilisearch # - deploy-meilisearch
- zotero - zotero
- get-meili-key - get-meili-key
- build - build
...@@ -58,7 +58,7 @@ stages: ...@@ -58,7 +58,7 @@ stages:
build:df-wiki-cli: build:df-wiki-cli:
image: python:3.11-bullseye image: python:3.11-bullseye
stage: build-df-cli stage: pre-processing
before_script: before_script:
- cd packages/df-wiki-cli/ - cd packages/df-wiki-cli/
- pip install poetry - pip install poetry
...@@ -79,7 +79,7 @@ build:df-wiki-cli: ...@@ -79,7 +79,7 @@ build:df-wiki-cli:
################ DEPLOY MEILISEARCH ################# ################ DEPLOY MEILISEARCH #################
.deploy:meilisearch: .deploy:meilisearch:
stage: deploy-meilisearch stage: pre-processing
image: harbor.pasteur.fr/kube-system/helm-kubectl:$HELM_VERSION image: harbor.pasteur.fr/kube-system/helm-kubectl:$HELM_VERSION
variables: variables:
CI_DEBUG_TRACE: "false" CI_DEBUG_TRACE: "false"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment