From 4ee1ea5b0d40593e2a8c1698741d09eb0e6a0665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Tue, 24 Jan 2017 10:07:49 +0100 Subject: [PATCH] zmena struktury pro skripty --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8191ed184..051869fe4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,8 +25,7 @@ spell check: allow_failure: true script: #- npm i markdown-spellcheck -g - - mdspell '**/*.md' '!docs.it4i/module*.md' '!docs.it4i/anselm-/add -cluster-documentation/software/omics-master/overview.md' '!docs.it4i/downtimes_history.md' -rns --en-us + - mdspell '**/*.md' '!docs.it4i/module*.md' '!docs.it4i/anselm-cluster-documentation/software/omics-master/overview.md' '!docs.it4i/downtimes_history.md' -rns --en-us ext_links: stage: test -- GitLab