mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-12 01:08:39 +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
|
fi
|
||||||
|
|
||||||
# Filename
|
# Filename
|
||||||
if [[ ! $(isValidFileName "$FILE") = 1 ]]; then
|
if [[ ! $(isValidFileName "$FILE") ]]; then
|
||||||
echo -e "\e[1;31m\tInvalid file name.\e[0m" >&2
|
echo -e "\e[1;31m\tInvalid file name.\e[0m" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user