From 4415c9774c0e7ff672634e27d4e3fb159b66e33d Mon Sep 17 00:00:00 2001 From: JostTim <44769559+JostTim@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:27:58 +0100 Subject: [PATCH] test ci/cd --- .gitlab-ci.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3dc5189..ee854b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,20 +1,10 @@ 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__ -- GitLab