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 8bdc25e commit a595285Copy full SHA for a595285
src/ci/docker/run.sh
@@ -282,7 +282,7 @@ else
282
# LOCAL_USER_ID will map to a different subuid range on the host.
283
# The "keep-id" mode maps the current UID directly into the container.
284
args="$args --env NO_CHANGE_USER=1 --userns=keep-id"
285
- else if [[ "$id" != 0 ]]; then
+ elif [[ "$id" != 0 ]]; then
286
args="$args --env LOCAL_USER_ID=$id"
287
else
288
# If we're running as root, we don't want to run the container as root,
0 commit comments