Use ${TOOLKIT} in doc.yaml and common.yaml (#325)

Use ${TOOLKIT} in doc.yaml and common.yaml
This commit is contained in:
ethanbao 2017-04-26 15:31:24 -07:00 committed by GitHub
parent 325ab655c8
commit 0c3ca28041
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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