We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d140ddd commit a48e293Copy full SHA for a48e293
3 files changed
.github/CODEOWNERS
@@ -12,5 +12,4 @@
12
/handwritten/storage @googleapis/gcs-team
13
/handwritten/firestore @googleapis/firestore-team
14
/handwritten/spanner @googleapis/spanner-team
15
-/handwritten/bigquery-storage @googleapis/bigquery-team
16
-/handwritten/logging @googleapis/yoshi-nodejs
+/handwritten/bigquery-storage @googleapis/bigquery-team
env-tests-logging
handwritten/logging/owlbot.py
@@ -38,12 +38,12 @@
38
39
# adjust .trampolinerc for environment tests
40
s.replace(
41
- ".trampolinerc",
+ "handwritten/logging/.trampolinerc",
42
r"required_envvars[^\)]*\)",
43
"required_envvars+=()"
44
)
45
46
47
r"pass_down_envvars\+\=\(",
48
'pass_down_envvars+=(\n "ENVIRONMENT"\n "RUNTIME"'
49
0 commit comments