We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca0049 commit a2550fbCopy full SHA for a2550fb
.kokoro/trampoline_v2.sh
@@ -269,8 +269,7 @@ docker_flags=(
269
270
# Run the docker script with the user id. Because the docker image gets to
271
# write in ${PWD} you typically want this to be your user id.
272
- # Also to allow docker in docker, we use docker gid on the host.
273
- "--user" "${user_uid}:${docker_gid}"
+ "--user" "${user_uid}:${user_gid}"
274
275
# Pass down the USER.
276
"--env" "USER=${user_name}"
0 commit comments