Skip to content
Snippets Groups Projects
Commit 84fee786 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[conda] Do not depend on project_dir

parent 5f485eb6
No related branches found
No related tags found
1 merge request!221Fix package privacy tests on nightlies
Pipeline #51304 passed
......@@ -115,7 +115,7 @@ test:
- bdt sphinx --help
- bdt sphinx migrate-autodoc-flags --help
- bdt gitlab alt-nightlies --help
- pytest --capture=no --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --pyargs {{ name }}
- pytest --capture=no --verbose --cov {{ name }} --cov-report term-missing --cov-report html:sphinx/coverage --cov-report xml:coverage.xml --pyargs {{ name }}
- sphinx-build -aEW ${PREFIX}/share/doc/{{ name }}/doc sphinx
{% if not os.path.exists('sphinx') %}
- if [ -n "${CI_PROJECT_DIR}" ]; then mv sphinx "${CI_PROJECT_DIR}/"; fi
......
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