mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
modified: .gitlab-ci.yml
new file: d/dotNET-Core-SDK/core.12072 deleted: .gitlab-ci.yml.swp
This commit is contained in:
parent
7ce76388c7
commit
ec82c6a648
@ -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.
BIN
d/dotNET-Core-SDK/core.12072
Normal file
BIN
d/dotNET-Core-SDK/core.12072
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user