Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1f86119

Browse filesBrowse files
author
Takashi Matsuo
committed
use $PROJECT_ROOT instead of $PWD
1 parent a4ddaf1 commit 1f86119
Copy full SHA for 1f86119

File tree

Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed

‎.kokoro/trampoline_v2.sh

Copy file name to clipboardExpand all lines: .kokoro/trampoline_v2.sh
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,8 @@ docker_flags=(
249249
# Pass down the USER.
250250
"--env" "USER=${user_name}"
251251

252-
# Mount the project directory inside the Docker container. To
253-
# allow docker in docker correctly mount the volume, we use the
254-
# same path for the volume.
255-
"--volume" "${PWD}:/v"
252+
# Mount the project directory inside the Docker container.
253+
"--volume" "${PROJECT_ROOT}:/v"
256254
"--workdir" "/v"
257255
"--env" "PROJECT_ROOT=/v"
258256

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.