Skip to content

Commit 6d3eed6

Browse files
authored
samples(java): fix bad character in samples.cfg from copy/paste (#626)
Somehow an invisible character was copy/pasted into the file and Kokoro cannot parse the file.
1 parent d1addcd commit 6d3eed6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

synthtool/gcp/templates/java_library/.kokoro/nightly/samples.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ env_vars: {
2828
}
2929

3030
env_vars: {
31-
key: "SECRET_MANAGER_KEYS"
32-
value: "java-docs-samples-service-account"
33-
}
31+
key: "SECRET_MANAGER_KEYS"
32+
value: "java-docs-samples-service-account"
33+
}
3434

3535
env_vars: {
3636
key: "ENABLE_BUILD_COP"

synthtool/gcp/templates/java_library/.kokoro/presubmit/samples.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ env_vars: {
2828
}
2929

3030
env_vars: {
31-
key: "SECRET_MANAGER_KEYS"
32-
value: "java-docs-samples-service-account"
33-
}
31+
key: "SECRET_MANAGER_KEYS"
32+
value: "java-docs-samples-service-account"
33+
}

0 commit comments

Comments
 (0)