Searched refs:git_root (Results 1 – 6 of 6) sorted by relevance
/third_party/grpc/tools/run_tests/dockerize/ |
D | build_and_run_docker.sh | 24 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"
|
D | build_docker_and_run_tests.sh | 24 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/ |
D | build_and_run_docker.sh | 16 git_root=$(pwd) 42 echo $git_root 52 -v "$git_root:/var/local/kokoro/protobuf:ro" \
|
/third_party/grpc/tools/mkowners/ |
D | mkowners.py | 27 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/ |
D | push_testing_images.sh | 6 git_root=$(pwd)
|
/third_party/grpc/tools/dockerfile/ |
D | push_testing_images.sh | 27 git_root=$(pwd)
|