Home
last modified time | relevance | path

Searched refs:git_root (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/tools/run_tests/dockerize/
Dbuild_and_run_docker.sh24 git_root=$(pwd)
68 -v "$git_root:/var/local/jenkins/grpc:ro" \
81 mkdir -p "$git_root/$OUTPUT_DIR"
82 docker cp "$CONTAINER_NAME:/var/local/git/grpc/$OUTPUT_DIR" "$git_root" || FAILED="true"
Dbuild_docker_and_run_tests.sh24 git_root=$(pwd)
60 -e HOST_GIT_ROOT="$git_root" \
73 -v "$git_root:$docker_instance_git_root" \
84 unzip -o "${TEMP_REPORTS_ZIP}" -d "$git_root" || true
/third_party/protobuf/kokoro/linux/
Dbuild_and_run_docker.sh16 git_root=$(pwd)
42 echo $git_root
52 -v "$git_root:/var/local/kokoro/protobuf:ro" \
/third_party/grpc/tools/mkowners/
Dmkowners.py27 git_root = (subprocess.check_output(['git', 'rev-parse', '--show-toplevel' variable
34 default_out = os.path.join(git_root, '.github', 'CODEOWNERS')
50 for root, dirs, files in os.walk(git_root)
88 dir=os.path.relpath(os.path.dirname(filename), git_root))
140 'git', 'ls-files', os.path.join(git_root, glob)
/third_party/protobuf/kokoro/linux/dockerfile/
Dpush_testing_images.sh6 git_root=$(pwd)
/third_party/grpc/tools/dockerfile/
Dpush_testing_images.sh27 git_root=$(pwd)