We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ec819 commit 83a2644Copy full SHA for 83a2644
java-texttospeech/.github/.OwlBot.lock.yaml
@@ -13,5 +13,5 @@
13
# limitations under the License.
14
docker:
15
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest: sha256:58ccd4737212f64a7dd4b3063d447447acf71a2b9d409eab19fc7a00b18eadc0
17
-# created: 2022-06-10T19:20:11.004014696Z
+ digest: sha256:1ec28a46062b19135b11178ceee60231e5f5a92dab454e23ae0aab72cd875906
+# created: 2022-06-27T15:01:06.405564326Z
java-texttospeech/.kokoro/common.sh
@@ -55,4 +55,6 @@ function retry_with_backoff {
55
## Helper functionss
56
function now() { date +"%Y-%m-%d %H:%M:%S" | tr -d '\n'; }
57
function msg() { println "$*" >&2; }
58
-function println() { printf '%s\n' "$(now) $*"; }
+function println() { printf '%s\n' "$(now) $*"; }
59
+
60
+## Helper comment to trigger updated repo dependency release
0 commit comments