Skip to content

Commit 61d3b87

Browse files
committed
Fix relative path
1 parent 89fb9ef commit 61d3b87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ci/circle/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tests_log_dir="${CIRCLE_TEST_REPORTS}/junit"
2929
log_file='/var/log/circle-ci.log'
3030

3131
# Determine the root project directory:
32-
root_dir=$(dirname "$0")/../..
32+
root_dir=$(dirname "$0")/../../..
3333
root_dir=$(cd "${root_dir}" && echo $PWD)
3434

3535
# Define the project source code directory:

0 commit comments

Comments
 (0)