mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 11:50:42 +02:00
Merge branch 'master' into feature/soap-test
# Conflicts: # scripts/check.sh
This commit is contained in:
commit
ea0258cef1
@ -10,7 +10,7 @@ cd $SOURCE_DIR
|
||||
|
||||
info "Checking line ending"
|
||||
|
||||
RESULT=$( find . -not -type d ! -path '.git' -exec file "{}" ";" | grep "ASCII text, with CRLF" | cat )
|
||||
RESULT=$( find . -not -type d ! -path '*.git/*' -exec file "{}" ";" | grep "ASCII text, with CRLF" | cat )
|
||||
|
||||
if [ ! -z "$RESULT" ]; then
|
||||
echo "----------------------------------"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user