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

Revert "update m2 volume path"

This reverts commit 44205c44.
parent da0e756c
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:/build/.m2/ portal-backend-builder:latest
- docker run --rm -v $WORKSPACE:/build/ -v $HOME/.m2:/home/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