Skip to content
Snippets Groups Projects
Verified Commit a67a230d authored by Laurent Heirendt's avatar Laurent Heirendt ✈️
Browse files

set rules for index

parent ff94f1ac
No related branches found
Tags v0.1.1
No related merge requests found
......@@ -8,6 +8,9 @@ index:
stage: index
image:
name: $CI_REGISTRY/r3/apps/zotero
rules:
- if: $CI_COMMIT_BRANCH == "develop"
- if: $CI_COMMIT_BRANCH == "master"
script:
- python3 generateIndex.py
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment