Skip to content
Snippets Groups Projects
Commit 4415c977 authored by JostTim's avatar JostTim
Browse files

test ci/cd

parent f3f1432c
No related branches found
No related tags found
No related merge requests found
Pipeline #120186 failed
image: python:3.11
# stages:
# - documentation
# - publish
# - test
# workflow:
# rules:
# - if: $CI_COMMIT_BRANCH == "main"
documentation:
# stage: documentation
script:
- python -m pip install --upgrade pip
- pip install auto_fast_docs
- auto_fast_docs ${CI_PROJECT_NAME} --username ${GITLAB_USER_NAME} --platform 'gitlab:pasteur.fr' --group haisslab/data-management --layout src
- auto_fast_docs ${CI_PROJECT_NAME} --username '${GITLAB_USER_NAME}' --platform 'gitlab:pasteur.fr' --group haisslab/data-management --layout src
artifacts:
paths:
- ${CI_PROJECT_DIR}/public
......@@ -22,7 +12,6 @@ documentation:
- if: $CI_COMMIT_BRANCH == "main"
publish:
# stage : publish
variables:
TWINE_PASSWORD: ${PIPY_TOKEN}
TWINE_USERNAME: __token__
......
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