Skip to content

Commit

Permalink
map host .m2 folder
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed May 23, 2024
1 parent a1dd67e commit d1c3a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generation/hermetic_library_generation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ docker run \
--rm \
-u "$(id -u):$(id -g)" \
-v "$(pwd):${workspace_name}" \
-v "${HOME}/.m2:/home/.m2" \
gcr.io/cloud-devrel-public-resources/java-library-generation:"${image_tag}" \
--baseline-generation-config-path="${workspace_name}/${baseline_generation_config}" \
--current-generation-config-path="${workspace_name}/${generation_config}"
Expand Down

0 comments on commit d1c3a2c

Please sign in to comment.