Thanks to visit codestin.com Credit goes to github.com
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 6fdea00 commit 8fc7367Copy full SHA for 8fc7367
.kokoro/trampoline_v2.sh
@@ -279,8 +279,7 @@ docker_flags=(
279
# Run the docker script with the user id. Because the docker image gets to
280
# write in ${PWD} you typically want this to be your user id.
281
# 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}"
+ "--user" "${user_uid}:${docker_gid}"
284
285
# Pass down the USER.
286
"--env" "USER=${user_name}"
0 commit comments