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

modified: .gitlab-ci.yml

parent deebaf7e
Branches
No related tags found
1 merge request!486new file: content/docs/anselm/compute-nodes.mdx
...@@ -12,7 +12,7 @@ docs: ...@@ -12,7 +12,7 @@ docs:
image: it4innovations/docker-mdcheck:latest image: it4innovations/docker-mdcheck:latest
allow_failure: true allow_failure: true
script: script:
- mdl -r ~MD007,~MD013,~MD010,~MD014,~MD024,~MD026,~MD029,~MD033,~MD036,~MD037,~MD046 *.md docs.it4i # BUGS - mdl -r ~MD007,~MD013,~MD010,~MD014,~MD024,~MD026,~MD029,~MD033,~MD036,~MD037,~MD046 *.mdx content/docs
pylint: pylint:
stage: test stage: test
...@@ -22,15 +22,6 @@ pylint: ...@@ -22,15 +22,6 @@ pylint:
script: script:
- pylint $(find . -name "*.py" -not -name "feslicescript.py") - pylint $(find . -name "*.py" -not -name "feslicescript.py")
#pysafety:
# stage: test
# image: it4innovations/docker-pycheck:latest
# allow_failure: true
# before_script:
# - source /opt/.venv3/bin/activate
# script:
# - cat requirements.txt | safety check --stdin --full-report
capitalize: capitalize:
stage: test stage: test
image: it4innovations/docker-mkdocscheck:latest image: it4innovations/docker-mkdocscheck:latest
...@@ -40,7 +31,7 @@ capitalize: ...@@ -40,7 +31,7 @@ capitalize:
- python -V # debug - python -V # debug
- pip list | grep titlecase - pip list | grep titlecase
script: script:
- find mkdocs.yml docs.it4i/ \( -name '*.md' -o -name '*.yml' \) -print0 | xargs -0 -n1 scripts/titlemd.py --test - find content/docs/ \( -name '*.mdx' -o -name '*.yml' \) -print0 | xargs -0 -n1 scripts/titlemd.py --test
ext_links: ext_links:
stage: after_test stage: after_test
...@@ -50,7 +41,7 @@ ext_links: ...@@ -50,7 +41,7 @@ ext_links:
# remove JSON results # remove JSON results
- rm *.json - rm *.json
script: script:
- find docs.it4i/ -name '*.md' -exec grep --color -l http {} + | xargs awesome_bot -t 10 --allow-dupe --allow-redirect - find content/docs -name '*.mdx' -exec grep --color -l http {} + | xargs awesome_bot -t 10 --allow-dupe --allow-redirect
only: only:
- master - master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment