Use ${TOOLKIT} in doc.yaml and common.yaml (#325)
Use ${TOOLKIT} in doc.yaml and common.yaml
This commit is contained in:
parent
325ab655c8
commit
0c3ca28041
|
|
@ -1,5 +1,5 @@
|
|||
common:
|
||||
toolkit_path: ${REPOROOT}/toolkit
|
||||
toolkit_path: ${TOOLKIT}
|
||||
staging_repo_dir: ${REPOROOT}/api-client-staging/generated
|
||||
# common gRPC package generation parameters
|
||||
package_dependencies_yaml: ${GOOGLEAPIS}/gapic/packaging/dependencies.yaml
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
common:
|
||||
toolkit_path: ${REPOROOT}/toolkit
|
||||
toolkit_path: ${TOOLKIT}
|
||||
# common gRPC package generation parameters
|
||||
package_dependencies_yaml: ${GOOGLEAPIS}/gapic/packaging/dependencies.yaml
|
||||
package_defaults_yaml: ${GOOGLEAPIS}/gapic/packaging/api_defaults.yaml
|
||||
|
|
|
|||
Loading…
Reference in New Issue