mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
modified: .gitlab-ci.yml
modified: duplicate.sh
This commit is contained in:
parent
4d4deace76
commit
5c68246dc3
@ -21,13 +21,6 @@ other_files:
|
||||
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" ! -name "*.sh"
|
||||
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" ! -name "*.sh" -exec false {} +
|
||||
|
||||
spell_check:
|
||||
stage: test
|
||||
image: davidhrbac/docker-npmcheck:latest
|
||||
script:
|
||||
- npm i markdown-spellcheck -g
|
||||
- mdspell '*.md' -rns --en-us
|
||||
|
||||
shellcheck:
|
||||
stage: test
|
||||
image: davidhrbac/docker-shellcheck:latest
|
||||
|
@ -23,8 +23,8 @@ echo ""
|
||||
echo "Checking..."
|
||||
|
||||
for x in `cat develop`; do
|
||||
X=$(echo $x | cut -d ';' -f 1)
|
||||
Xname=$(echo $x | cut -d ';' -f 2)
|
||||
X=$(echo "$x" | cut -d ';' -f 1)
|
||||
Xname=$(echo "$x" | cut -d ';' -f 2)
|
||||
for y in `cat it4i | cut -d ';' -f 1`; do
|
||||
if [ "$X" = "$y" ]; then
|
||||
printf "$format" "${red}$X${end}" "${red}$Xname${end}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user