Update .gitlab-ci.yml file
This commit is contained in:
@@ -19,17 +19,17 @@ run_tests:
|
|||||||
- coverage report
|
- coverage report
|
||||||
coverage: '/TOTAL.*\s+(\d+\%)/'
|
coverage: '/TOTAL.*\s+(\d+\%)/'
|
||||||
|
|
||||||
# pages:
|
pages:
|
||||||
# stage: deploy
|
stage: deploy
|
||||||
# before_script:
|
before_script:
|
||||||
# - echo "$CI_BUILDS_DIR"
|
- echo "$CI_BUILDS_DIR"
|
||||||
# - source /home/gitlab-runner/miniconda3/bin/activate cristallina
|
- source /home/gitlab-runner/miniconda3/bin/activate cristallina
|
||||||
# script:
|
script:
|
||||||
# - tox -e docs
|
- tox -e docs
|
||||||
# - mv docs/_build/html/ public/
|
- mv docs/_build/html/ public/
|
||||||
# artifacts:
|
artifacts:
|
||||||
# paths:
|
paths:
|
||||||
# - public
|
- public
|
||||||
# rules:
|
rules:
|
||||||
# - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user