Skip to content

Commit ee34704

Browse files
chore: remove .m2 folder mapping in library generation workflow (#3328)
#3271 renders this volume mapping unnecessary
1 parent 7528039 commit ee34704

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/scripts/hermetic_library_generation.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ docker run \
9898
--quiet \
9999
-u "$(id -u):$(id -g)" \
100100
-v "$(pwd):${workspace_name}" \
101-
-v "${m2_folder}":/home/.m2 \
102101
-v "${api_def_dir}:${workspace_name}/googleapis" \
103102
-e GENERATOR_VERSION="${image_tag}" \
104103
gcr.io/cloud-devrel-public-resources/java-library-generation:"${image_tag}" \

0 commit comments

Comments
 (0)