mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
Create rootpath var
This commit is contained in:
parent
1cbd330521
commit
120612d414
|
|
@ -1,13 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
rootpath="$(pwd)"
|
||||
|
||||
. ${rootpath}/Build/Hooks/logging.sh
|
||||
. ${rootpath}/Build/Hooks/syntax.sh
|
||||
. ${rootpath}/Build/Hooks/filename.sh
|
||||
. ${rootpath}/Build/Hooks/tests.sh
|
||||
|
||||
rootpath="$(pwd)"
|
||||
echo $rootpath
|
||||
|
||||
($(git diff --name-only $TRAVIS_COMMIT_RANGE)) | while read FILE; do
|
||||
if [[ ! -f "$FILE" ]]; then
|
||||
continue
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user