Skip to content
Snippets Groups Projects
Commit 44205c44 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

update m2 volume path

parent 82f857c7
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ builder:
post:
- echo "Finished building portal backend builder image"
- echo "Building project..."
- docker run --rm -v $WORKSPACE:/build/ -v $HOME/.m2:/home/build/.m2/ portal-backend-builder:latest
- docker run --rm -v $WORKSPACE:/build/ -v $HOME/.m2:/build/.m2/ portal-backend-builder:latest
- echo "Finished building project"
portal-backend:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment