Skip to content

Commit

Permalink
chore: remove .m2 folder mapping in library generation workflow (#3328)
Browse files Browse the repository at this point in the history
#3271 renders this
volume mapping unnecessary
  • Loading branch information
diegomarquezp authored Oct 30, 2024
1 parent 7528039 commit ee34704
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/scripts/hermetic_library_generation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ docker run \
--quiet \
-u "$(id -u):$(id -g)" \
-v "$(pwd):${workspace_name}" \
-v "${m2_folder}":/home/.m2 \
-v "${api_def_dir}:${workspace_name}/googleapis" \
-e GENERATOR_VERSION="${image_tag}" \
gcr.io/cloud-devrel-public-resources/java-library-generation:"${image_tag}" \
Expand Down

0 comments on commit ee34704

Please sign in to comment.