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

adds a .sonar directory.

parent fb2e0be7
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ docker run \
--env GITHUBLOGIN=$GITHUBLOGIN \
--env GITHUBPASSWORD=$GITHUBPASSWORD \
--mount type=bind,source=${HOME}/.m2,target=/var/maven/.m2 \
--mount type=bind,source=${HOME}/.sonar,target=/var/maven/.sonar \
--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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment