This repository was archived by the owner on Sep 9, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree2 files changed
+4
-3
lines changed Expand file treeCollapse file tree2 files changed
+4
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -37,7 +37,7 @@ retry_with_backoff 3 10 \
|
37 | 37 | -Dgcloud.download.skip=true \
|
38 | 38 | -T 1C
|
39 | 39 |
|
40 |
| -# if GOOGLE_APPLICATION_CREDIENTIALS is specified as a relative path prepend Kokoro root directory onto it |
| 40 | +# if GOOGLE_APPLICATION_CREDENTIALS is specified as a relative path, prepend Kokoro root directory onto it |
41 | 41 | if [[ ! -z "${GOOGLE_APPLICATION_CREDENTIALS}" && "${GOOGLE_APPLICATION_CREDENTIALS}" != /* ]]; then
|
42 | 42 | export GOOGLE_APPLICATION_CREDENTIALS=$(realpath ${KOKORO_GFILE_DIR}/${GOOGLE_APPLICATION_CREDENTIALS})
|
43 | 43 | fi
|
|
Original file line number | Diff line number | Diff line change |
---|
|
4 | 4 | "git": {
|
5 | 5 | "name": ".",
|
6 | 6 | "remote": "https://.com/googleapis/java-analytics-admin.git",
|
7 |
| -"sha": "0a9c239496de5e2335fc6c61ed0b3b6d36dd135e" |
| 7 | +"sha": "d98586582c50f8a229a89eaf70de089cddf1ef5e" |
8 | 8 | }
|
9 | 9 | },
|
10 | 10 | {
|
|
19 | 19 | "git": {
|
20 | 20 | "name": "synthtool",
|
21 | 21 | "remote": "https://.com/googleapis/synthtool.git",
|
22 |
| -"sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015" |
| 22 | +"sha": "082e1ca0863b13ada8594fe91845380765da5b70" |
23 | 23 | }
|
24 | 24 | }
|
25 | 25 | ],
|
|
34 | 34 | "./readme/synth.py",
|
35 | 35 | "./release-please.yml",
|
36 | 36 | "./snippet-bot.yml",
|
| 37 | +"./sync-repo-settings.yaml", |
37 | 38 | "./trusted-contribution.yml",
|
38 | 39 | "./workflows/approve-readme.yaml",
|
39 | 40 | "./workflows/auto-release.yaml",
|
|
You can’t perform that action at this time.
0 commit comments