Skip to content

Commit

Permalink
chore: remove unused variable (#3357)
Browse files Browse the repository at this point in the history
In this PR:
- Remove unused variable in `hermetic_library_generation.sh`.
  • Loading branch information
JoeWang1127 authored Nov 8, 2024
1 parent b7d6296 commit 816b160
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/scripts/hermetic_library_generation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ git checkout "${current_branch}"
# copy generation configuration from target branch to current branch.
git show "${target_branch}":"${generation_config}" > "${baseline_generation_config}"

# get .m2 folder so it's mapped into the docker container
m2_folder=$(dirname "$(mvn help:evaluate -Dexpression=settings.localRepository -q -DforceStdout)")

# download api definitions from googleapis repository
googleapis_commitish=$(grep googleapis_commitish "${generation_config}" | cut -d ":" -f 2 | xargs)
api_def_dir=$(mktemp -d)
Expand Down

0 comments on commit 816b160

Please sign in to comment.