Skip to content
Snippets Groups Projects
Commit cafa83eb authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

Update .gitlab-ci.yml

parent a56698e9
No related branches found
No related tags found
No related merge requests found
Pipeline #39790 failed
...@@ -34,6 +34,9 @@ pysafety: ...@@ -34,6 +34,9 @@ pysafety:
capitalize: capitalize:
stage: test stage: test
image: it4innovations/docker-mkdocscheck:latest image: it4innovations/docker-mkdocscheck:latest
before_script:
- source /opt/.venv3/bin/activate
- python -V # debug
script: script:
- find mkdocs.yml docs.it4i/ \( -name '*.md' -o -name '*.yml' \) -print0 | xargs -0 -n1 scripts/titlemd.py --test - find mkdocs.yml docs.it4i/ \( -name '*.md' -o -name '*.yml' \) -print0 | xargs -0 -n1 scripts/titlemd.py --test
......
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