Skip to content
Snippets Groups Projects

Use proper unix type file format

Merged Florian Uhlig requested to merge f.uhlig/cbmroot_input:test_file_type into master
2 files
+ 5
13
Compare changes
  • Side-by-side
  • Inline
Files
2
  • b8abc08f
    Add test of the file type · b8abc08f
    Administrator authored
    We don't want to have files with dos CRLF line endings in the repository,
    so we test if any of the changed files has this file type.
@@ -12,8 +12,7 @@ else
exit -1
fi
fi
fi
echo "Upstream name is :" $UPSTREAM
fi
BASE_COMMIT=$UPSTREAM/master
CHANGED_FILES=$(git diff --name-only $BASE_COMMIT)
Loading