Skip to content

Commit

Permalink
Remove overriding gid, uid of docker run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed Jan 31, 2025
1 parent 8b56441 commit ccde439
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ if [ "$RELEASE" == "YES" ]; then
else
echo "=> Build arlas-persistence-server"
docker run \
-e GROUP_ID="$(id -g)" \
-e USER_ID="$(id -u)" \
--mount dst=/mnt/.m2,src="$HOME/.m2/",type=bind \
--mount dst=/opt/maven,src="$PWD",type=bind \
--rm \
Expand Down Expand Up @@ -231,8 +229,6 @@ else

mkdir -p target/tmp/typescript-fetch
docker run --rm \
-e GROUP_ID="$(id -g)" \
-e USER_ID="$(id -u)" \
--mount dst=/input/api.json,src="$PWD/target/tmp/openapi.json",type=bind,ro \
--mount dst=/output,src="$PWD/target/tmp/typescript-fetch",type=bind \
gisaia/swagger-codegen-3.0.42 \
Expand Down

0 comments on commit ccde439

Please sign in to comment.