Skip to content

Commit 1cc8735

Browse files
committed
Drop run-as user arg from local Docker run
1 parent a12ffa4 commit 1cc8735

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ci/make.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ if [[ -z "${BUILDKITE+x}" ]] || [[ -z "${CI+x}" ]]; then
147147
docker run \
148148
--volume "$repo:/usr/src/app" \
149149
--volume "$(realpath $repo/../elastic-client-generator-js):/usr/src/elastic-client-generator-js" \
150-
-u "$(id -u):$(id -g)" \
151150
--env "WORKFLOW=$WORKFLOW" \
152151
--name make-elasticsearch-js \
153152
--rm \

0 commit comments

Comments
 (0)