Skip to content

Commit 8fc7367

Browse files
author
Takashi Matsuo
committed
use docker gid
1 parent 6fdea00 commit 8fc7367

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.kokoro/trampoline_v2.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,7 @@ docker_flags=(
279279
# Run the docker script with the user id. Because the docker image gets to
280280
# write in ${PWD} you typically want this to be your user id.
281281
# To allow docker in docker, we need to use docker gid on the host.
282-
# Now we passing the wrong one in order to see the build report failure.
283-
"--user" "${user_uid}:${user_gid}"
282+
"--user" "${user_uid}:${docker_gid}"
284283

285284
# Pass down the USER.
286285
"--env" "USER=${user_name}"

0 commit comments

Comments
 (0)