We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89fb9ef commit 61d3b87Copy full SHA for 61d3b87
1 file changed
tools/ci/circle/build
@@ -29,7 +29,7 @@ tests_log_dir="${CIRCLE_TEST_REPORTS}/junit"
29
log_file='/var/log/circle-ci.log'
30
31
# Determine the root project directory:
32
-root_dir=$(dirname "$0")/../..
+root_dir=$(dirname "$0")/../../..
33
root_dir=$(cd "${root_dir}" && echo $PWD)
34
35
# Define the project source code directory:
0 commit comments