Skip to content

Commit 816b160

Browse files
authored
chore: remove unused variable (#3357)
In this PR: - Remove unused variable in `hermetic_library_generation.sh`.
1 parent b7d6296 commit 816b160

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/scripts/hermetic_library_generation.sh

-3
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ git checkout "${current_branch}"
8181
# copy generation configuration from target branch to current branch.
8282
git show "${target_branch}":"${generation_config}" > "${baseline_generation_config}"
8383

84-
# get .m2 folder so it's mapped into the docker container
85-
m2_folder=$(dirname "$(mvn help:evaluate -Dexpression=settings.localRepository -q -DforceStdout)")
86-
8784
# download api definitions from googleapis repository
8885
googleapis_commitish=$(grep googleapis_commitish "${generation_config}" | cut -d ":" -f 2 | xargs)
8986
api_def_dir=$(mktemp -d)

0 commit comments

Comments
 (0)