Set proper root dir path for sync script
This commit is contained in:
parent
daa2786978
commit
b5b3acd1b1
@ -2,7 +2,7 @@
|
||||
|
||||
csource="${BASH_SOURCE[0]}"
|
||||
while [ -h "$csource" ] ; do csource="$(readlink "$csource")"; done
|
||||
root="$( cd -P "$( dirname "$csource" )/../../" && pwd )"
|
||||
root="$( cd -P "$( dirname "$csource" )/../" && pwd )"
|
||||
|
||||
. "${root}/.ci/common.sh"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user