File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 1414
1515import synthtool as s
1616from synthtool import gcp
17- from synthtool .sources import git
1817
19- DISCOVERY_ARTIFACT_MANAGER_REPO = "googleapis/discovery-artifact-manager"
2018
2119common = gcp .CommonTemplates ()
2220
3230# Also move issue templates
3331s .move (templated_files / '.github' )
3432
35- # ----------------------------------------------------------------------------
36- # Copy discoveries folder from discovery-artifact-manager repo
37- # ----------------------------------------------------------------------------
38-
39- discovery_artifact_manager_url = git .make_repo_clone_url (DISCOVERY_ARTIFACT_MANAGER_REPO )
40- discovery_artifacts = git .clone (discovery_artifact_manager_url ) / "discoveries"
41-
42- excludes = [
43- "**/BUILD.bazel" ,
44- ]
45- s .copy (discovery_artifacts ,
46- "googleapiclient/discovery_cache/documents" , excludes = excludes )
47-
4833# ----------------------------------------------------------------------------
4934# Generate docs
5035# ----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments