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

update ci

parent 772640df
No related branches found
No related tags found
No related merge requests found
Pipeline #128493 failed
...@@ -413,14 +413,12 @@ set-meili-env:prod: ...@@ -413,14 +413,12 @@ set-meili-env:prod:
artifacts: artifacts:
paths: paths:
- zot-articles.json - zot-articles.json
rules:
- if: $CI_COMMIT_BRANCH == "main" || $CI_COMMIT_BRANCH == "dev"
sync-zotero:dev: sync-zotero:dev:
extends: .sync-zotero extends: .sync-zotero
when: manual when: manual
rules: rules:
- if: $CI_COMMIT_BRANCH == "dev" - if: $CI_COMMIT_BRANCH != "main"
sync-zotero:prod: sync-zotero:prod:
extends: .sync-zotero extends: .sync-zotero
......
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