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 14
14
15
15
import synthtool as s
16
16
from synthtool import gcp
17
- from synthtool .sources import git
18
17
19
- DISCOVERY_ARTIFACT_MANAGER_REPO = "googleapis/discovery-artifact-manager"
20
18
21
19
common = gcp .CommonTemplates ()
22
20
32
30
# Also move issue templates
33
31
s .move (templated_files / '.github' )
34
32
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
-
48
33
# ----------------------------------------------------------------------------
49
34
# Generate docs
50
35
# ----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments