modified: .gitlab-ci.yml

new file:   d/dotNET-Core-SDK/core.12072
	deleted:    .gitlab-ci.yml.swp
This commit is contained in:
Lukáš Krupčík 2018-10-02 14:29:14 +02:00
parent 7ce76388c7
commit ec82c6a648
3 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ big_files:
allow_failure: true
script:
- find . -type f -not -path "*.git*" -size +10M
- find . -type f -not -path "*.git*" -size +10M -exec false {} +
other_files:
stage: test
@ -21,3 +22,4 @@ other_files:
allow_failure: true
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" -exec false {} +

Binary file not shown.

Binary file not shown.