Skip to content

Commit

Permalink
change dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Sep 20, 2024
1 parent 59e9160 commit 2d8ce35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/hermetic_library_generation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ docker run \
-u "$(id -u):$(id -g)" \
-v "$(pwd):${workspace_name}" \
-v "${m2_folder}":/home/.m2 \
-v "${api_def_dir}:${workspace_name}/api" \
-v "${api_def_dir}:${workspace_name}/googleapis" \
-e GENERATOR_VERSION="${image_tag}" \
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}" \
--api-definition-path="${workspace_name}/api"
--api-definition-path="${workspace_name}/googleapis"

# remove api definition after generation
rm -rf "${api_def_dir}"
Expand Down

0 comments on commit 2d8ce35

Please sign in to comment.