Skip to content

Commit

Permalink
use docker gid
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed May 28, 2020
1 parent 6fdea00 commit 8fc7367
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .kokoro/trampoline_v2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,7 @@ docker_flags=(
# Run the docker script with the user id. Because the docker image gets to
# write in ${PWD} you typically want this to be your user id.
# To allow docker in docker, we need to use docker gid on the host.
# Now we passing the wrong one in order to see the build report failure.
"--user" "${user_uid}:${user_gid}"
"--user" "${user_uid}:${docker_gid}"

# Pass down the USER.
"--env" "USER=${user_name}"
Expand Down

0 comments on commit 8fc7367

Please sign in to comment.