mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-20 23:58:40 +00:00
Create travis build+pull out to functions
This commit is contained in:
parent
8443c22066
commit
1ee10359de
|
|
@ -11,7 +11,7 @@ git diff --cached --name-only | while read FILE; do
|
|||
fi
|
||||
|
||||
# Filename
|
||||
if [[ ! $(isValidFileName "$FILE") = 1 ]]; then
|
||||
if [[ ! $(isValidFileName "$FILE") ]]; then
|
||||
echo -e "\e[1;31m\tInvalid file name.\e[0m" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user