Skip to content
Snippets Groups Projects
Commit 68baf11c authored by Marek Chrastina's avatar Marek Chrastina
Browse files

Merge branch 'docker' into 'master'

Replace davidhrbac/docker-mdcheck with it4innovations/docker-mdcheck

See merge request !4
parents 0acc3a25 66246cfc
No related branches found
No related tags found
1 merge request!4Replace davidhrbac/docker-mdcheck with it4innovations/docker-mdcheck
Pipeline #6187 passed with warnings
docs: docs:
stage: test stage: test
image: davidhrbac/docker-mdcheck:latest image: it4innovations/docker-mdcheck:latest
allow_failure: true
script: script:
- mdl -r ~MD013 *.md - mdl -r ~MD013 *.md
shellcheck: shellcheck:
stage: test stage: test
image: davidhrbac/docker-shellcheck:latest image: it4innovations/docker-shellcheck:latest
allow_failure: true allow_failure: true
script: script:
- which shellcheck || apt-get update && apt-get install -y shellcheck
- shellcheck eb scripts/*.sh scripts/lib/* - shellcheck eb scripts/*.sh scripts/lib/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment