This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree5 files changed
+7
-7
lines changed Expand file treeCollapse file tree5 files changed
+7
-7
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -7,10 +7,10 @@ env_vars: {
|
7 | 7 | value: "docs-staging"
|
8 | 8 | }
|
9 | 9 |
|
| 10 | +# cloud-rad staging |
10 | 11 | env_vars: {
|
11 | 12 | key: "STAGING_BUCKET_V2"
|
12 |
| -value: "docs-staging-v2" |
13 |
| -# Production will be at: docs-staging-v2 |
| 13 | +value: "docs-staging-v2-staging" |
14 | 14 | }
|
15 | 15 |
|
16 | 16 | env_vars: {
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -71,7 +71,7 @@ python3 -m docuploader create-metadata \
|
71 | 71 | --version ${VERSION} \
|
72 | 72 | --language java
|
73 | 73 |
|
74 |
| -# upload docs |
| 74 | +# upload docs to staging bucket |
75 | 75 | python3 -m docuploader upload . \
|
76 | 76 | --credentials ${CREDENTIALS} \
|
77 | 77 | --staging-bucket ${STAGING_BUCKET_V2}
|
Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | # Format: //devtools/kokoro/config/proto/build.proto
|
2 | 2 |
|
| 3 | +# cloud-rad production |
3 | 4 | env_vars: {
|
4 | 5 | key: "STAGING_BUCKET_V2"
|
5 | 6 | value: "docs-staging-v2"
|
6 |
| -# Production will be at: docs-staging-v2 |
7 | 7 | }
|
8 | 8 |
|
9 | 9 | # Configure the docker image for kokoro-trampoline
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -48,7 +48,7 @@ python3 -m docuploader create-metadata \
|
48 | 48 | --version ${VERSION} \
|
49 | 49 | --language java
|
50 | 50 |
|
51 |
| -# upload yml |
| 51 | +# upload yml to production bucket |
52 | 52 | python3 -m docuploader upload . \
|
53 | 53 | --credentials ${CREDENTIALS} \
|
54 | 54 | --staging-bucket ${STAGING_BUCKET_V2} \
|
|
Original file line number | Diff line number | Diff line change |
---|
|
4 | 4 | "git": {
|
5 | 5 | "name": ".",
|
6 | 6 | "remote": "https://.com/googleapis/java-tasks.git",
|
7 |
| -"sha": "a7aceadaeaf584d8bde081af967fc82addbac21a" |
| 7 | +"sha": "4f38edca225653fe6bfd6e54b8ae9662c63e50ee" |
8 | 8 | }
|
9 | 9 | },
|
10 | 10 | {
|
|
19 | 19 | "git": {
|
20 | 20 | "name": "synthtool",
|
21 | 21 | "remote": "https://.com/googleapis/synthtool.git",
|
22 |
| -"sha": "f327d3b657a63ae4a8efd7f011a15eacae36b59c" |
| 22 | +"sha": "b416a7befcdbc42de41cf387dcf428f894fb812b" |
23 | 23 | }
|
24 | 24 | }
|
25 | 25 | ],
|
|
You can’t perform that action at this time.
0 commit comments