mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-23 23:11:22 +01:00
Merge branch 'it4i-salomon'
This commit is contained in:
commit
e62b473721
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
core.*
|
||||||
|
*.env
|
||||||
|
*.swp
|
||||||
|
*.out
|
||||||
|
*.err
|
@ -19,5 +19,5 @@ other_files:
|
|||||||
stage: test
|
stage: test
|
||||||
image: davidhrbac/docker-mdcheck:latest
|
image: davidhrbac/docker-mdcheck:latest
|
||||||
script:
|
script:
|
||||||
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md"
|
- 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" -exec false {} +
|
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" ! -name "*.sh" -exec false {} +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user