Skip to content
Snippets Groups Projects
Commit 8bf65528 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

improves action

parent cb9b804a
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ docker run \
--mount type=bind,source=${HOME}/.ssh,target=/home/user/.ssh \
--mount type=bind,source=${HOME}/.gitconfig,target=/home/user/.gitconfig,readonly \
--mount type=bind,source="$(pwd)",target=/usr/src/mymaven \
--mount type=bind,source=${SCRIPT_DIR},target=/usr/local/ci-java-build-action/ \
--mount type=bind,source=${SCRIPT_DIR},target=/usr/local/ci-java-build-action \
--workdir /usr/src/mymaven \
--rm \
--env PUID=`id -u` -e PGID=`id -g` \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment