mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-11 08:48:40 +00:00
fix travis build
This commit is contained in:
parent
120612d414
commit
57585e9207
|
|
@ -7,7 +7,7 @@ rootpath="$(pwd)"
|
||||||
. ${rootpath}/Build/Hooks/filename.sh
|
. ${rootpath}/Build/Hooks/filename.sh
|
||||||
. ${rootpath}/Build/Hooks/tests.sh
|
. ${rootpath}/Build/Hooks/tests.sh
|
||||||
|
|
||||||
($(git diff --name-only $TRAVIS_COMMIT_RANGE)) | while read FILE; do
|
git diff --name-only $TRAVIS_COMMIT_RANGE | while read FILE; do
|
||||||
if [[ ! -f "$FILE" ]]; then
|
if [[ ! -f "$FILE" ]]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user