Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 18, 2024
1 parent d241b86 commit e58cf09
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
generator_jar_coordinates_file = os.path.join(config_dir, "test_generator_coordinates")
repo_root_dir = os.path.join(script_dir, "..", "..", "..")
build_file = os.path.join(
repo_root_dir, ".cloudbuild", "library_generation", "library_generation_airlock.Dockerfile"
repo_root_dir,
".cloudbuild",
"library_generation",
"library_generation_airlock.Dockerfile",
)
image_tag = "test-image:latest"
repo_prefix = "https://github.com/googleapis"
Expand Down

0 comments on commit e58cf09

Please sign in to comment.