From 7ce5015780821de8096f888a3c075d3b237f5217 Mon Sep 17 00:00:00 2001 From: steppke_a Date: Mon, 17 Jun 2024 17:15:52 +0200 Subject: [PATCH] disabled deploy --- .gitlab-ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a1c61b..bbcdc3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,17 +19,17 @@ run_tests: - coverage report coverage: '/TOTAL.*\s+(\d+\%)/' -pages: - stage: deploy - before_script: - - echo "$CI_BUILDS_DIR" - - source /home/gitlab-runner/miniconda3/bin/activate cristallina - script: - - tox -e docs - - mv docs/_build/html/ public/ - artifacts: - paths: - - public - rules: - - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH +# pages: +# stage: deploy +# before_script: +# - echo "$CI_BUILDS_DIR" +# - source /home/gitlab-runner/miniconda3/bin/activate cristallina +# script: +# - tox -e docs +# - mv docs/_build/html/ public/ +# artifacts: +# paths: +# - public +# rules: +# - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH